| Revit 2020 API |
| ViewPlan..::..GetUnderlayOrientation Method |
| ViewPlan Class See Also |
Returns the underlay orientation of this view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2017
Syntax
| C# |
|---|
public UnderlayOrientation GetUnderlayOrientation() |
| Visual Basic |
|---|
Public Function GetUnderlayOrientation As UnderlayOrientation |
| Visual C++ |
|---|
public: UnderlayOrientation GetUnderlayOrientation() |