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: 2024.1.0.0 (2024.1.0)
Syntax
public void Dispose()
Exceptions
ExceptionCondition
IllegalObjectStateExceptionThrown when the object is still in used (cannot be disposed without unpredictable results).
See Also