RVTDocs.com
Namespace: Autodesk.Revit.UI Class: UIView

UIView.Zoom

Method
Description:
Zoom the view.
Syntax
public void Zoom(
	double zoomFactor
)
Parameters
Parameter Type Description
zoomFactor Double Factor by which to zoom in or out. Values greater than 1 zooms in, less than 1 zooms out.
Return Value
Exceptions
Exception Condition
ArgumentException zoomFactor is not positive.