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

Replaces first instance of given child with new child.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public override void ReplaceChild(
	SoNode oldChild,
	SoNode newChild
)

Parameters

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