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