Level.GetNearestLevelId(Document, Double)
Method
Description:
Returns id of the Level which is closest to the specified elevation.
Returns id of the Level which is closest to the specified elevation.
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.
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.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document. |
elevation | Double | Target Elevation. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |