| Revit 2019.2 API |
| ViewPlan..::..GetUnderlayBaseLevel Method |
| ViewPlan Class See Also |
Returns the element id of the level that defines the bottom of the underlay range.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2017
Syntax
| C# |
|---|
public ElementId GetUnderlayBaseLevel() |
| Visual Basic |
|---|
Public Function GetUnderlayBaseLevel As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetUnderlayBaseLevel() |