Retrieves/sets an object that represents the type of the floor.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Exceptions
Remarks
The floor type can be used to access the multi layered structure of a floor.
See Also