<Code Lib>
2022 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
)

Return Value bool True if the mass sub-category falls within the list, false otherwise.

Loading…