The zoom value to a percentage of the original size.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public int Zoom { get; set; }
Property Value
Int32Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if current ZoomType is not Zoom type. |
ArgumentOutOfRangeException | Thrown if input zoom value less than 1. |