| SoTextOrientationElementSet Method (SoState, SoNode, SoTextOrientationElementOrientations) | 
Sets the current font orientation 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_23586,
	SoTextOrientationElementOrientations style
)
Public Shared Sub Set ( 
	state As SoState,
	name_23586 As SoNode,
	style As SoTextOrientationElementOrientations
)
public:
static void Set(
	SoState^ state, 
	SoNode^ name_23586, 
	SoTextOrientationElementOrientations style
)
static member Set : 
        state : SoState * 
        name_23586 : SoNode * 
        style : SoTextOrientationElementOrientations -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - name_23586
 - Type: OIV.Inventor.NodesSoNode
 - style
 - Type: OIV.Inventor.ElementsSoTextOrientationElementOrientations
 
Remarks
See Also