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