<Code Lib>
2021 Method
Changes 0
M

ConceptualConstructionType.GetAllConceptualConstructionsForCategory

Description:
Get all the ids of constructions applicable to the input massSubCategory

public static ICollection<ElementId> GetAllConceptualConstructionsForCategory(
	Document ccda,
	ElementId massSubCategoryId
)

Return Value ICollection<ElementId> Returns a set of ElementIds that for the ConceptualConstructionTypes that are appropriate for the subcategory.

Loading…