Revit 2024 API |
MassLevelData..::..NLevelFafArea Property |
MassLevelData Class See Also |
The surface area of the intersection of the MassLevelData's level with the mass geometry.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2012
Syntax
C# |
---|
public double NLevelFafArea { get; } |
Visual Basic |
---|
Public ReadOnly Property NLevelFafArea As Double Get |
Visual C++ |
---|
public: property double NLevelFafArea { double get (); } |