ViewPlanSetUnderlayOrientation Method |
Sets the underlay orientation for this view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetUnderlayOrientation(
UnderlayOrientation uo
)
Public Sub SetUnderlayOrientation (
uo As UnderlayOrientation
)
public:
void SetUnderlayOrientation(
UnderlayOrientation uo
)
member SetUnderlayOrientation :
uo : UnderlayOrientation -> unit
Parameters
- uo UnderlayOrientation
-
The underlay orientation for this view.
Exceptions
See Also