SoChildListTraverse Method (SoAction, Int32, Int32) |
Traverses all children between two indices, inclusive. Stops if
action's termination condition is reached.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Traverse(
SoAction action,
int firstChild,
int lastChild
)
Public Sub Traverse (
action As SoAction,
firstChild As Integer,
lastChild As Integer
)
public:
void Traverse(
SoAction^ action,
int firstChild,
int lastChild
)
member Traverse :
action : SoAction *
firstChild : int *
lastChild : int -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
- firstChild
- Type: SystemInt32
- lastChild
- Type: SystemInt32
See Also