Share

Floor.GetDefaultFloorType Method

Returns id of default floor type.


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

Syntax

C#

public static ElementId GetDefaultFloorType(
	Document document,
	bool isFoundation
)

Parameters

document  Document
The document.
isFoundation  Boolean
True to return id of foundation floor type.

Return Value

ElementId

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?