ObjectAttributes.PlotColorSource Property

ObjectAttributesPlotColorSource Property

The color used to plot an object on paper is specified in one of three ways. If PlotColorSource is ON::plot_color_from_layer, then the object's layer ON_Layer::PlotColor() is used. If PlotColorSource is ON::plot_color_from_object, then value of PlotColor() is used.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ObjectPlotColorSource PlotColorSource { get; set; }
Public Property PlotColorSource As ObjectPlotColorSource
	Get
	Set

Property Value

Type: ObjectPlotColorSource
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also