ISafeDisposableIsDisposable Property |
Returns a boolean flag which indicates if it is safe to call
Dispose on the object.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax bool IsDisposable { get; }
ReadOnly Property IsDisposable As Boolean
Get
property bool IsDisposable {
bool get ();
}
abstract IsDisposable : bool with get
Property Value
Type:
BooleanSee Also