SoGLCacheContextElementSetAutoCacheBits Method |
Used by Separators to set/reset the auto-caching bits.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static void SetAutoCacheBits(
SoState state,
int bits
)
Public Shared Sub SetAutoCacheBits (
state As SoState,
bits As Integer
)
public:
static void SetAutoCacheBits(
SoState^ state,
int bits
)
static member SetAutoCacheBits :
state : SoState *
bits : int -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- bits
- Type: SystemInt32
Remarks
See Also