Returns id of default floor type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ElementId GetDefaultFloorType(
Document document,
bool isFoundation
)
Parameters
- document Document
-
The document.
- isFoundation Boolean
-
True to return id of foundation floor type.
Return Value
ElementId
Exceptions
See Also
Reference