SoTextOrientationElementSet Method (SoState, SoNode, SoTextOrientationElementOrientations) |
Sets the current font orientation in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode name_24177,
SoTextOrientationElementOrientations style
)
Public Shared Sub Set (
state As SoState,
name_24177 As SoNode,
style As SoTextOrientationElementOrientations
)
public:
static void Set(
SoState^ state,
SoNode^ name_24177,
SoTextOrientationElementOrientations style
)
static member Set :
state : SoState *
name_24177 : SoNode *
style : SoTextOrientationElementOrientations -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_24177
- Type: OIV.Inventor.NodesSoNode
- style
- Type: OIV.Inventor.ElementsSoTextOrientationElementOrientations
Remarks See Also