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

Replaces first instance of given child with new child.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void ReplaceChild(
	SoNode oldChild,
	SoNode newChild
)

Parameters

oldChild
Type: OIV.Inventor.NodesSoNode
newChild
Type: OIV.Inventor.NodesSoNode
Remarks

See Also