Revit 2022.1 API |
MassLevelData..::..NExteriorSurfaceArea Property |
MassLevelData Class See Also |
The exterior surface area of the volume of the mass between the level of this MassLevelData (Mass Floor) to the next in the mass.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
C# |
---|
public double NExteriorSurfaceArea { get; } |
Visual Basic |
---|
Public ReadOnly Property NExteriorSurfaceArea As Double Get |
Visual C++ |
---|
public: property double NExteriorSurfaceArea { double get (); } |