Zoom Method


Zoom the view.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2013

Syntax

C#
public void Zoom(
	double zoomFactor
)
Visual Basic
Public Sub Zoom ( _
	zoomFactor As Double _
)
Visual C++
public:
void Zoom(
	double zoomFactor
)

Parameters

zoomFactor
Type: SystemDouble
Factor by which to zoom in or out. Values greater than 1 zooms in, less than 1 zooms out.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentException zoomFactor is not positive.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →