| SoProjectionElementSet Method (SoState, SoNode, SoProjection) | 
Sets the current projection node 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_19185,
	SoProjection prj
)
Public Shared Sub Set ( 
	state As SoState,
	name_19185 As SoNode,
	prj As SoProjection
)
public:
static void Set(
	SoState^ state, 
	SoNode^ name_19185, 
	SoProjection^ prj
)
static member Set : 
        state : SoState * 
        name_19185 : SoNode * 
        prj : SoProjection -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - name_19185
 - Type: OIV.Inventor.NodesSoNode
 - prj
 - Type: OIV.Inventor.NodesSoProjection
 
Remarks
See Also