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

Replaces child with given index 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(
	int index,
	SoNode newChild
)

Parameters

index
Type: SystemInt32
newChild
Type: OIV.Inventor.NodesSoNode
Remarks