Revit 2025 API
FloorFloor |
Retrieves/sets an object that represents the type of the floor.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public FloorType FloorType { get; set; }
Public Property FloorType As FloorType Get Set
public: property FloorType^ FloorType { FloorType^ get (); void set (FloorType^ value); }
member FloorType : FloorType with get, set
Property Value
FloorType
Exception | Condition |
---|---|
ArgumentException | When setting this property: Floor type is not valid for this floor. |
ArgumentNullException | When setting this property: A non-optional argument was null |

The floor type can be used to access the multi layered structure of a floor.
See Also