Get the Perimeter of the Zone.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

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