| PoLabelHintsElementSet Method  | 
 
Namespace: OIV.MeshViz.ElementsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Set(
	SoState state,
	SoNode node,
	PoLabelHintsLabelPaths labelPath,
	PoLabelHintsJustifications justif,
	string addString,
	bool isAddStringIgnored,
	bool isLabelLineVisible
)
Public Shared Sub Set ( 
	state As SoState,
	node As SoNode,
	labelPath As PoLabelHintsLabelPaths,
	justif As PoLabelHintsJustifications,
	addString As String,
	isAddStringIgnored As Boolean,
	isLabelLineVisible As Boolean
)
public:
static void Set(
	SoState^ state, 
	SoNode^ node, 
	PoLabelHintsLabelPaths labelPath, 
	PoLabelHintsJustifications justif, 
	String^ addString, 
	bool isAddStringIgnored, 
	bool isLabelLineVisible
)
static member Set : 
        state : SoState * 
        node : SoNode * 
        labelPath : PoLabelHintsLabelPaths * 
        justif : PoLabelHintsJustifications * 
        addString : string * 
        isAddStringIgnored : bool * 
        isLabelLineVisible : bool -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - node
 - Type: OIV.Inventor.NodesSoNode
 - labelPath
 - Type: OIV.MeshViz.NodesPoLabelHintsLabelPaths
 - justif
 - Type: OIV.MeshViz.NodesPoLabelHintsJustifications
 - addString
 - Type: SystemString
 - isAddStringIgnored
 - Type: SystemBoolean
 - isLabelLineVisible
 - Type: SystemBoolean
 
Remarks
See Also