Share

Level.GetNearestLevelId(Document, Double) Method

Returns id of the Level which is closest to the specified elevation.


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

Syntax

C#

public static ElementId GetNearestLevelId(
	Document document,
	double elevation
)

Parameters

document  Document
The document.
elevation  Double
Target Elevation.

Return Value

ElementId

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

The level can be at, above or below the target elevation. If there is more than one Level at the same distance from the elevation, the Level with the lowest Id will be returned.

See Also

Reference

Was this information helpful?