Revit 2025 API
AreaIs |
The boolean value that indicates whether the area is gross interior.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsGrossInterior { get; }
Public ReadOnly Property IsGrossInterior As Boolean Get
public: property bool IsGrossInterior { bool get (); }
member IsGrossInterior : bool with get
Property Value
BooleanSee Also