Area Property


Generic Zone Area Property

The 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 Area { get; }

Property Value

Double
Remarks
The area (the gross area) of a space-based zone is the sum of the areas of all spaces in the zone.
See Also