PoLabelHintsaddString Property |
Defines a string to concat to the label to display.
Namespace: OIV.MeshViz.NodesAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFString addString { get; }
Public ReadOnly Property addString As SoSFString
Get
public:
property SoSFString^ addString {
SoSFString^ get ();
}
member addString : SoSFString with get
Property Value
Type:
SoSFStringRemarks If you want to ignore the string to concat, remember to call the method setIgnored(true) (method of OIV.Inventor.Fields.SoField) on this field.
See Also