View3DSetOrientation Method |
Sets the temporary orientation of the View3D. The new orientation is not saved in the document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetOrientation(
ViewOrientation3D newViewOrientation3D
)
Public Sub SetOrientation (
newViewOrientation3D As ViewOrientation3D
)
public:
void SetOrientation(
ViewOrientation3D^ newViewOrientation3D
)
member SetOrientation :
newViewOrientation3D : ViewOrientation3D -> unit
Parameters
- newViewOrientation3D ViewOrientation3D
-
The new orientation to set.
Exceptions
See Also