Share

Viewport.GetBoxCenter Method

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: 25.3.0.0 (25.3.0.0)

Syntax

C#

public XYZ GetBoxCenter()

Return Value

XYZ
The center of the outline of the viewport on the sheet.

Exceptions

ExceptionCondition
InvalidOperationException The viewport is not on a sheet.

See Also

Reference

Was this information helpful?