Click or drag to resize

LayerPerViewportIsVisible Method

Gets the per viewport visibility of this layer.

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

Parameters

viewportId
Type: SystemGuid
If not Guid.Empty, then the visibility setting for that viewport is returned. If Guid.Empty, the IsVisible property is returned.

Return Value

Type: Boolean
Returns true if objects on layer are visible.
See Also