Revit 2026 API
Mass |
Indicates if a floor is a slab.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsSlab { get; }
Public ReadOnly Property IsSlab As Boolean Get
public: property bool IsSlab { bool get (); }
member IsSlab : bool with get
Property Value
BooleanSee Also