Click or drag to resize
SoBaseContextObjectRelease Method

This function is called by the attached context when it has been requested to delete the context through the SoDeviceContext.dispose() method.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public void Release()
Remarks

As some object might be still attached, it triggers all attached object OIV.Inventor.Devices.SoBaseContextObject.Release() method to ask them to detach (and then get it refcount to zero).

See Also