Zone.Perimeter Property

ZonePerimeter Property

Get the Perimeter of the Zone.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double Perimeter { get; }
Public ReadOnly Property Perimeter As Double
	Get
public:
property double Perimeter {
	double get ();
}
member Perimeter : float with get

Property Value

Double
Remarks
This property is used to get the Perimeter of the Zone.
See Also