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: 2024.1.1.0 (2024.1.1)
Syntax
public void Release(
	SoDeviceContextSharedGroup name_8560
)

Parameters

name_8560
Type: OIV.Inventor.DevicesSoDeviceContextSharedGroup
Remarks

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

See Also