Returns the outline of the viewport on the sheet, excluding the viewport label.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public Outline GetBoxOutline()
Return Value
OutlineThe outline of the viewport on the sheet.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The viewport is not on a sheet. |