GenericZoneOccupiedArea Property |
The occupied area for the zone, in square feet.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double OccupiedArea { get; }
Public ReadOnly Property OccupiedArea As Double
Get
public:
property double OccupiedArea {
double get ();
}
member OccupiedArea : float with get
Property Value
Double
Remarks
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