Returns the outline of the viewport on the sheet, excluding the viewport label.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2013

Syntax

C#
public Outline GetBoxOutline()
Visual Basic
Public Function GetBoxOutline As Outline
Visual C++
public:
Outline^ GetBoxOutline()

Return Value

The outline of the viewport on the sheet.

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..InvalidOperationException The viewport is not on a sheet.

See Also