Revit 2025 API
FloorGet |
Returns id of default floor type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static ElementId GetDefaultFloorType( Document document, bool isFoundation )
Public Shared Function GetDefaultFloorType ( document As Document, isFoundation As Boolean ) As ElementId
public: static ElementId^ GetDefaultFloorType( Document^ document, bool isFoundation )
static member GetDefaultFloorType : document : Document * isFoundation : bool -> ElementId
Parameters
Return Value
ElementId
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also