SoTextAliasingFactorElementSet Method (SoState, SoNode, Single) |
Sets the current horizontal text alignment in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public static void Set(
SoState state,
SoNode name_23334,
float style
)
Public Shared Sub Set (
state As SoState,
name_23334 As SoNode,
style As Single
)
public:
static void Set(
SoState^ state,
SoNode^ name_23334,
float style
)
static member Set :
state : SoState *
name_23334 : SoNode *
style : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_23334
- Type: OIV.Inventor.NodesSoNode
- style
- Type: SystemSingle
Remarks See Also