SoChildListTraverse Method (SoAction, Int32) |
Traverses just one child.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Traverse(
SoAction action,
int childIndex
)
Public Sub Traverse (
action As SoAction,
childIndex As Integer
)
public:
void Traverse(
SoAction^ action,
int childIndex
)
member Traverse :
action : SoAction *
childIndex : int -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
- childIndex
- Type: SystemInt32
See Also