Layer.PerViewportPlotColor Method

LayerPerViewportPlotColor Method

Gets the plot color for this layer.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Color PerViewportPlotColor(
	Guid viewportId
)
Public Function PerViewportPlotColor ( 
	viewportId As Guid
) As Color

Parameters

viewportId
Type: SystemGuid
If not Guid.Empty, then the setting applies only to the viewport with the specified id.

Return Value

Type: Color
The plot color.
See Also