Returns the total surface area of this solid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public double SurfaceArea { get; }
Return Value
DoubleThe real number equal to the total area of this solid.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when this solid is not a valid Geometry object. |