The value for Zoom (as a percentage). Used only when ZoomType is Zoom.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int Zoom { get; set; }Property Value
Int32
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
When setting this property: The Zoom value is outside the permitted range.
|
Remarks
The default is 50.
See Also
Reference