SoGLLazyElementGetInstance Method |
Returns the top (current) instance of the element in the state Note it does NOT cause cache dependency! It also casts away the const.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoGLLazyElement GetInstance(
SoState state
)
Public Shared Function GetInstance (
state As SoState
) As SoGLLazyElement
public:
static SoGLLazyElement^ GetInstance(
SoState^ state
)
static member GetInstance :
state : SoState -> SoGLLazyElement
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoGLLazyElementRemarks See Also