Revit 2026 API
Generic |
The occupied area for the zone, in square feet.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double OccupiedArea { get; }
Public ReadOnly Property OccupiedArea As Double Get
public: property double OccupiedArea { double get (); }
member OccupiedArea : float with get
Property Value
Double
The occupied area of a space-based zone is the sum of the areas of the spaces marked Occupiable in the zone.
This property will return a value of zero for zones where this type of area isn't applicable.
See Also