Perimeter Property
Get the Perimeter of the Zone.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

C#
public double Perimeter { get; }
Visual Basic
Public ReadOnly Property Perimeter As Double
	Get
Visual C++
public:
property double Perimeter {
	double get ();
}

Remarks

This property is used to get the Perimeter of the Zone.

See Also