<Code Lib>
2026 Method
Changes 0
M

ConceptualConstructionType.IsValidSubcategoryForMassSurfaceDatas

Description:
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.

public static bool IsValidSubcategoryForMassSurfaceDatas(
	ElementId massSubCategoryId
)

  • massSubCategoryId
    The mass sub-category to be checked.
Return Value Boolean True if the mass sub-category falls within the list, false otherwise.

Loading…