Revit 2026 API
Print |
The zoom type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ZoomType ZoomType { get; set; }
Public Property ZoomType As ZoomType Get Set
public: property ZoomType ZoomType { ZoomType get (); void set (ZoomType value); }
member ZoomType : ZoomType with get, set
Property Value
ZoomType| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when the input argument is out of range. |
See Also