SoMFNodeReplaceNode Method (Int32, SoNode) |
Replaces node with given index with new node.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void ReplaceNode(
int index,
SoNode newNode
)
Public Sub ReplaceNode (
index As Integer,
newNode As SoNode
)
public:
void ReplaceNode(
int index,
SoNode^ newNode
)
member ReplaceNode :
index : int *
newNode : SoNode -> unit
Parameters
- index
- Type: SystemInt32
- newNode
- Type: OIV.Inventor.NodesSoNode
Remarks See Also