FloorType Property


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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)

Syntax

C#
public FloorType FloorType { get; set; }
Visual Basic
Public Property FloorType As FloorType
	Get
	Set
Visual C++
public:
property FloorType^ FloorType {
	FloorType^ get ();
	void set (FloorType^ value);
}

Remarks

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

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentException When setting this property: Floor type is not valid for this floor.
Autodesk.Revit.Exceptions ArgumentNullException When setting this property: A non-optional argument was null

See Also