SoBaseContextCacheRelease Method |
This function is called when a context has been requested to delete the context through the SoDeviceContext.dispose() method.
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Release(
SoDeviceContextSharedGroup name_8555
)
Public Sub Release (
name_8555 As SoDeviceContextSharedGroup
)
public:
void Release(
SoDeviceContextSharedGroup^ name_8555
)
member Release :
name_8555 : SoDeviceContextSharedGroup -> unit
Parameters
- name_8555
- 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