ConceptualConstructionType.IsValidSubcategoryForMassSurfaceDatas
Method
Description:
Validate if a subcategory is appropriate for assignment to Massing surfaces (MassSurfaceData).
Validate if a subcategory is appropriate for assignment to Massing surfaces (MassSurfaceData).
Remarks:
This excludes sub-categories which are not actually sub-categories that can be assigned to surfaces, such as OST_MassWallsAll for example.
This excludes sub-categories which are not actually sub-categories that can be assigned to surfaces, such as OST_MassWallsAll for example.
Parameters
Parameter | Type | Description |
---|---|---|
massSubCategoryId | ElementId | The mass sub-category to be checked. |
Return Value
Type | Description |
---|---|
Boolean | True if the mass sub-category falls within the list, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |