SoChildListTraverse Method (SoAction) |
Traverses all children to apply action. Stops if action's termination condition is reached.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void Traverse(
SoAction action
)
Public Sub Traverse (
action As SoAction
)
public:
void Traverse(
SoAction^ action
)
member Traverse :
action : SoAction -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
See Also