FloorTypeIsFoundationSlab Property |
Returns whether the element FloorAttributes type is FoundationSlab.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsFoundationSlab { get; }
Public ReadOnly Property IsFoundationSlab As Boolean
Get
public:
property bool IsFoundationSlab {
bool get ();
}
member IsFoundationSlab : bool with get
Property Value
Boolean
See Also