SoMFNode.InsertNode 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: 10.3.0.0 (10.3.0.0)
Syntaxpublic 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.Nodes.SoNode
- newNodeIndex
- Type: System.Int32
Remarks
See Also