Click or drag to resize
SoGroupFindChild Method

Finds index of given child within group.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public virtual int FindChild(
	SoNode child
)

Parameters

child
Type: OIV.Inventor.NodesSoNode

Return Value

Type: Int32
Remarks

Returns -1 if not found.

See Also