CustomDisplayIsDisposed Property |
Gets a value indicating whether this CustomDisplay instance has been disposed.
Once a CustomDisplay has been disposed, you can no longer use it.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool IsDisposed { get; }
Public ReadOnly Property IsDisposed As Boolean
Get
Property Value
Type:
BooleanSee Also