Revit 2025.3 API
Mass |
Indicates if a floor is a slab.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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