| Revit 2017 API |
| UIView..::..Zoom Method |
| UIView Class See Also |
Zoom the view.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.484.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: System..::..Double
Factor by which to zoom in or out. Values greater than 1 zooms in, less than 1 zooms out.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | zoomFactor is not positive. |