CustomDisplayEnabled Property |
Gets or sets the Enabled state of this CustomDisplay instance.
If you wish to terminate this CustomDisplay, place a call to Dispose() instead.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
Property Value
Type:
BooleanSee Also