ConceptualSurfaceTypeGetAllMassSubCategoryIds Method

Get all the mass subcategory ids for which there are ConceptualSurfaceType's.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static IList<ElementId> GetAllMassSubCategoryIds()

Return Value

IListElementId
Returns an array of element id of mass subcategories for which there are ConceptualSurfaceType's.
See Also