Click or drag to resize
SoChildListTraverse Method (SoAction, Int32, Int32)
Traverses all children between two indices, inclusive. Stops if action's termination condition is reached.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void Traverse(
	SoAction action,
	int firstChild,
	int lastChild
)

Parameters

action
Type: OIV.Inventor.ActionsSoAction
firstChild
Type: SystemInt32
lastChild
Type: SystemInt32
See Also