Click or drag to resize
SoMFNodeInsertNode Method

Adds a node so that it becomes the one with the given index.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void InsertNode(
	SoNode node,
	int newNodeIndex
)

Parameters

node
Type: OIV.Inventor.NodesSoNode
newNodeIndex
Type: SystemInt32
Remarks

See Also