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: 2024.2.0.0 (2024.2.0)
Syntax public void Release(
SoDeviceContextSharedGroup name_8355
)
Public Sub Release (
name_8355 As SoDeviceContextSharedGroup
)
public:
void Release(
SoDeviceContextSharedGroup^ name_8355
)
member Release :
name_8355 : SoDeviceContextSharedGroup -> unit
Parameters
- name_8355
- 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