Click or drag to resize

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; }

Property Value

Type: Boolean
See Also