Revit 2025.3 API
Floor |
Returns whether the element FloorAttributes type is FoundationSlab.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsFoundationSlab { get; }
Public ReadOnly Property IsFoundationSlab As Boolean Get
public: property bool IsFoundationSlab { bool get (); }
member IsFoundationSlab : bool with get
Property Value
BooleanSee Also