Revit 2026 API
ViewportGet |
Returns the center of the outline of the viewport on the sheet, excluding the viewport label.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ GetBoxCenter()
Public Function GetBoxCenter As XYZ
public: XYZ^ GetBoxCenter()
member GetBoxCenter : unit -> XYZ
Return Value
XYZThe center of the outline of the viewport on the sheet.
| Exception | Condition |
|---|---|
| InvalidOperationException | The viewport is not on a sheet. |
See Also