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
-
category
The category of the data model object 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.)