Click or drag to resize
SoGroupInsertChild Method

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

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void InsertChild(
	SoNode child,
	int newChildIndex
)

Parameters

child
Type: OIV.Inventor.NodesSoNode
newChildIndex
Type: SystemInt32
Remarks

See Also