Click or drag to resize
SoMFNodeReplaceNode Method (SoNode, SoNode)

Replaces first instance of given node with new node.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void ReplaceNode(
	SoNode oldNode,
	SoNode newNode
)

Parameters

oldNode
Type: OIV.Inventor.NodesSoNode
newNode
Type: OIV.Inventor.NodesSoNode
Remarks