Gets the list of children, filtered by type.
Examples
The following command retrieves all comments below the Model.
ExtAPI.DataModel.Project.Model.GetChildren(DataModelObjectType.Comment, True)
Parameters
-
childrenType
The type of DataModelObject to retrieve.
-
recurses
Type: Boolean
Whether to retrieve grandchildren recursively.
-
children
Input list that will be populated through the whole process. (If not specified a new list will be created.)