Click or drag to resize
PoLabelHintsaddString Property

Defines a string to concat to the label to display.

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public SoSFString addString { get; }

Property Value

Type: SoSFString
Remarks

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