Click or drag to resize
PoLabelHintsElementGet Method

Return the current label hints from the state.

Namespace: OIV.MeshViz.Elements
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Get(
	SoState state,
	out PoLabelHintsLabelPaths labelPath,
	out PoLabelHintsJustifications justif,
	out string addString,
	out bool isLabelLineVisible
)

Parameters

state
Type: OIV.Inventor.MiscSoState
labelPath
Type: OIV.MeshViz.NodesPoLabelHintsLabelPaths
justif
Type: OIV.MeshViz.NodesPoLabelHintsJustifications
addString
Type: SystemString
isLabelLineVisible
Type: SystemBoolean
Remarks

See Also