Gets the Green Building Studio identifier associated with the construction.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public int GetGBSId( ElementId massSurfaceSubCategoryId )
Parameters
- massSurfaceSubCategoryId ElementId
- The ElementId of a valid Mass subcategory of a MassSurfaceData.
Return Value
Int32Returns the integer id used to represent the ConceptualConstructionType.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The input Element massSurfaceSubCategoryId is not a valid subcategory value for MassSurfaceData. -or- The ElementId massSurfaceSubCategoryId is not appropriate for this ConceptualConstructionType. |
ArgumentNullException | A non-optional argument was null |