SoAsciiTextwidth Property |
Defines the width of each text string.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFFloat width { get; }
Public ReadOnly Property width As SoMFFloat
Get
public:
property SoMFFloat^ width {
SoMFFloat^ get ();
}
member width : SoMFFloat with get
Property Value
Type:
SoMFFloatRemarks Each string will be scaled so that it spans this many units. Default is 0.
See Also