SoMFNodeReplaceNode Method (SoNode, SoNode) |
Replaces first instance of given node with new node.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void ReplaceNode(
SoNode oldNode,
SoNode newNode
)
Public Sub ReplaceNode (
oldNode As SoNode,
newNode As SoNode
)
public:
void ReplaceNode(
SoNode^ oldNode,
SoNode^ newNode
)
member ReplaceNode :
oldNode : SoNode *
newNode : SoNode -> unit
Parameters
- oldNode
- Type: OIV.Inventor.NodesSoNode
- newNode
- Type: OIV.Inventor.NodesSoNode
Remarks See Also