Click or drag to resize
SoVRMLParent.InsertChild Method

Adds a child so that it becomes the one with the given index.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public override void InsertChild(
	SoNode child,
	int newChildIndex
)

Parameters

child
Type: OIV.Inventor.Nodes.SoNode
newChildIndex
Type: System.Int32
Remarks