Layer.PerViewportPlotWeight Method

LayerPerViewportPlotWeight Method

Gets the plot weight, in millimeters, for this layer.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public double PerViewportPlotWeight(
	Guid viewportId
)
Public Function PerViewportPlotWeight ( 
	viewportId As Guid
) As Double

Parameters

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

Return Value

Type: Double
The plot color.
Version Information

Rhino for Windows

Supported in: 6.8
See Also