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: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Release(
SoDeviceContextSharedGroup name_9109
)
Public Sub Release (
name_9109 As SoDeviceContextSharedGroup
)
public:
void Release(
SoDeviceContextSharedGroup^ name_9109
)
member Release :
name_9109 : SoDeviceContextSharedGroup -> unit
Parameters
- name_9109
- Type: OIV.Inventor.DevicesSoDeviceContextSharedGroup
RemarksAs 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