Returns a list (collection) of Dynamo objects, including those in groups, for a specified collection. The specified collection is usually in picture's contained object collection or that of a Dynamo Set.
Syntax
object.Enumerate_All_Dynamos (pdispObjCollectionToSearch, ppdispObjCollectionOfDynamos)
Properties
The Enumerate_All_Dynamos method syntax has these parts:
Part |
Description |
object |
A FixGeometryHelper object. |
pdispObjCollectionToSearch |
A collection of objects that you want to search for Dynamo objects. |
ppdispObjCollectionOfDynamos |
The collection of Dynamo objects that were found in the search. |