SoSceneManagerGetGLRenderAction Method (Int32) |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoGLRenderAction GetGLRenderAction(
int i
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetGLRenderAction (
i As Integer
) As SoGLRenderAction
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SoGLRenderAction^ GetGLRenderAction(
int i
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetGLRenderAction :
i : int -> SoGLRenderAction
Parameters
- i
- Type: SystemInt32
Return Value
Type:
SoGLRenderActionRemarks See Also