Revit 2025 API
UIViewGet |
Gets the corners of the view's rectangle.
The two points that define the corners of the view's rectangle in model coordinates.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<XYZ> GetZoomCorners()
Public Function GetZoomCorners As IList(Of XYZ)
public: IList<XYZ^>^ GetZoomCorners()
member GetZoomCorners : unit -> IList<XYZ>
Return Value
IListXYZSee Also