| SoGeoRenderElementSet Method (SoState, SoNode, SbProj4ProjectionProjections) | 
Sets the current render mode in the state. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Set(
	SoState state,
	SoNode name_12134,
	SbProj4ProjectionProjections renderProjection
)
Public Shared Sub Set ( 
	state As SoState,
	name_12134 As SoNode,
	renderProjection As SbProj4ProjectionProjections
)
public:
static void Set(
	SoState^ state, 
	SoNode^ name_12134, 
	SbProj4ProjectionProjections renderProjection
)
static member Set : 
        state : SoState * 
        name_12134 : SoNode * 
        renderProjection : SbProj4ProjectionProjections -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - name_12134
 - Type: OIV.Inventor.NodesSoNode
 - renderProjection
 - Type: OIV.Inventor.ProjectionSbProj4ProjectionProjections
 
Remarks
See Also