Revit 2025.3 API
Area |
Indicates if the area scheme is a Gross Building Area scheme.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsGrossBuildingArea { get; }
Public ReadOnly Property IsGrossBuildingArea As Boolean Get
public: property bool IsGrossBuildingArea { bool get (); }
member IsGrossBuildingArea : bool with get
Property Value
BooleanSee Also