Share

UIView.ZoomAndCenterRectangle Method

Zoom and center the view to a specified rectangle.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public void ZoomAndCenterRectangle(
	XYZ viewCorner1,
	XYZ viewCorner2
)

Parameters

viewCorner1  XYZ
A corner of the desired view rectangle in model coordinates.
viewCorner2  XYZ
The opposite corner of the desired view rectangle in model coordinates.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?