SpatialElement.Perimeter Property

SpatialElementPerimeter Property

The perimeter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.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
See Also