Click or drag to resize
SoBaseContextCacheSetContextDependent Method (Boolean)

Object is considered not context dependent as long as OIV.Inventor.Devices.SoDeviceContext was not ref by this object.

Namespace: OIV.Inventor.Caches
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetContextDependent(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Once at least one device is ref then it calls this function to enbale later check checks deleting this object. see (SoDeviceContext.checkRefIssue call in destructor).

See Also