IsAnalyticalModelCategory
bool IsAnalyticalModelCategory(this Element element)True if the element belongs to an analytical model category.
Parameters
- elementElement
The element instance.
Returns: True/False.
Example
bool x = element.IsAnalyticalModelCategory();