SoGLRenderActionIsUsedCacheContext Method |
Returns true if the specified cache context id is currently used by any SoGLRenderAction.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool IsUsedCacheContext(
uint context
)
Public Shared Function IsUsedCacheContext (
context As UInteger
) As Boolean
public:
static bool IsUsedCacheContext(
unsigned int context
)
static member IsUsedCacheContext :
context : uint32 -> bool
Parameters
- context
- Type: SystemUInt32
Return Value
Type:
Boolean
Remarks
See Also