| 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)
Syntaxpublic 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: 
SoGLRenderAction
Remarks
See Also