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: 9.9.13.0 (9.9.13.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 SoField) on this field.

See Also