Share

View3D.SetOrientation Method

Sets the temporary orientation of the View3D. The new orientation is not saved in the document.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public void SetOrientation(
	ViewOrientation3D newViewOrientation3D
)

Parameters

newViewOrientation3D  ViewOrientation3D
The new orientation to set.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null
InvalidOperationException View is locked and cannot be reoriented.

See Also

Reference

Was this information helpful?