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)
Syntaxpublic bool IsDisposed { get; }Public ReadOnly Property IsDisposed As Boolean
Get
Property Value
Type:
Boolean
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also