IList
<
DataModelObject
>
Tree
.GetObjectsByType(
DataModelObjectCategory
dataModelObjectCategory)
Gets a list of all objects with the specified type.
Remarks
Examples
The following command retrieves all comments below the Model.
all_comments = ExtAPI.DataModel.Tree.GetChildren(DataModelObjectCategory.Comment)
Parameters
dataModelObjectCategory
Type:
DataModelObjectCategory
The category of the object to retrieve.
Return Value
Type:
IList
<
DataModelObject
>