Revit 2019.1 API |
ConceptualSurfaceType..::..GetAllMassSubCategoryIds Method |
ConceptualSurfaceType Class See Also |
Get all the mass subcategory ids for which there are ConceptualSurfaceType's.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.1.0.0)
Since:
2012
Syntax
C# |
---|
public static IList<ElementId> GetAllMassSubCategoryIds() |
Visual Basic |
---|
Public Shared Function GetAllMassSubCategoryIds As IList(Of ElementId) |
Visual C++ |
---|
public: static IList<ElementId^>^ GetAllMassSubCategoryIds() |