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

Replaces child with given index with new child.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public virtual void ReplaceChild(
	int index,
	SoNode newChild
)

Parameters

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

See Also