Returns a list of all of the parts in the subtree from the specified whose Designs appear in classNames.
getChildrenOfType ( root As Part, classNames As List ) As List
| Argument | Type | Description |
|---|---|---|
| root | Part | The part forming the root of the tree to be collected. |
| classNames | List | The list of Design names which is used to filter the tree. If a part in the tree is a kind of any Design in the list , it is included in the result. |