Click or drag to resize

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)
Since: 5.0
Syntax
public ObjectPlotColorSource PlotColorSource { get; set; }

Property Value

Type: ObjectPlotColorSource
See Also