Enumerate_Top_Level_Dynamos Method

Returns a list (collection) of Dynamo objects, not including Dynamos found within groups, for a specified collection.

Syntax

object.Enumerate_Top_Level_Dynamos (pdispObjCollectionToSearch, ppdispObjCollectionOfDynamos)

Properties

The Enumerate_Top_Level_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.

 

Example

Applies To