SoGLCacheContextElementExtSupported Method |
This routine is pretty quick.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool ExtSupported(
SoState state,
int ext
)
Public Shared Function ExtSupported (
state As SoState,
ext As Integer
) As Boolean
public:
static bool ExtSupported(
SoState^ state,
int ext
)
static member ExtSupported :
state : SoState *
ext : int -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- ext
- Type: SystemInt32
Return Value
Type:
Boolean
Remarks
See Also