Revit 2026 API
Mass |
Indicates if the roof, floor, slab, or wall surface reference is underground.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsUnderground { get; set; }
Public Property IsUnderground As Boolean Get Set
public: property bool IsUnderground { bool get (); void set (bool value); }
member IsUnderground : bool with get, set
Property Value
BooleanSee Also