Click or drag to resize

LayerHasPerViewportSettings Method

Verifies that a layer has per viewport settings.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool HasPerViewportSettings(
	Guid viewportId
)

Parameters

viewportId
Type: SystemGuid
If not Guid.Empty, then checks for settings for that specific viewport. If Guid.Empty, then checks for any viewport settings.

Return Value

Type: Boolean
True if the layer has per viewport settings, false otherwise.
See Also