Click or drag to resize
SoBaseContextCacheRelease Method

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

Namespace: OIV.Inventor.Caches
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void Release(
	SoDeviceContextSharedGroup name_9109
)

Parameters

name_9109
Type: OIV.Inventor.DevicesSoDeviceContextSharedGroup
Remarks

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

See Also