NLevelPerimeter Property
The perimeter of the intersection of the MassLevelData's level with the mass geometry.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:  2012

Syntax

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

See Also