SoTextBackFrameLineWidthElementSet Method (SoState, Single) |
Sets the current horizontal text backFrame width in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
float width
)
Public Shared Sub Set (
state As SoState,
width As Single
)
public:
static void Set(
SoState^ state,
float width
)
static member Set :
state : SoState *
width : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- width
- Type: SystemSingle
Remarks See Also