SoMFNodeInsertNode Method |
Adds a node so that it becomes the one with the given index.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void InsertNode(
SoNode node,
int newNodeIndex
)
Public Sub InsertNode (
node As SoNode,
newNodeIndex As Integer
)
public:
void InsertNode(
SoNode^ node,
int newNodeIndex
)
member InsertNode :
node : SoNode *
newNodeIndex : int -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
- newNodeIndex
- Type: SystemInt32
Remarks See Also