SoGLRenderActionGenerateCacheContext Method |
Generates and returns a new cache context id.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static uint GenerateCacheContext()
Public Shared Function GenerateCacheContext As UInteger
public:
static unsigned int GenerateCacheContext()
static member GenerateCacheContext : unit -> uint32
Return Value
Type:
UInt32
RemarksThe returned cache context id can then be used to pass to the setCacheContext() method call.
See Also