ComponentStatusIsHidden Property |
Returns true if hidden. False otherwise.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public bool IsHidden { get; }
Public ReadOnly Property IsHidden As Boolean
Get
Return Value
Type:
BooleanThe component status for hidden.
See Also