SoWindowElementGetAction Method |
Returns the current glRenderAction.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoGLRenderAction GetAction(
SoState state
)
Public Shared Function GetAction (
state As SoState
) As SoGLRenderAction
public:
static SoGLRenderAction^ GetAction(
SoState^ state
)
static member GetAction :
state : SoState -> SoGLRenderAction
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoGLRenderActionRemarks See Also