Share

Floor.FloorType Property

Retrieves/sets an object that represents the type of the floor.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public FloorType FloorType { get; set; }

Property Value

FloorType

Exceptions

ExceptionCondition
ArgumentException When setting this property: Floor type is not valid for this floor.
ArgumentNullException When setting this property: A non-optional argument was null

Remarks

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

See Also

Reference

Was this information helpful?