Creates an iterator object starting at part suitable for use in For Each statements. Optionally allows iteration over rules other than the children rule, and permits different iteration directions.
When used in For Each statements, the iterate( ) function is called internally, and should not be called directly in the rules.
treeIterator ( part As Part, _
Optional childRule As Name = :children, _
Optional iterationStyle As Name = :TopDown ) As User