Click or drag to resize
SoDisposableDispose Method
Releases all resources used by SoDisposable.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void Dispose()
Exceptions
ExceptionCondition
IllegalObjectStateExceptionThrown when the object is still in used (cannot be disposed without unpredictable results).
See Also