Revit 2026 API
ViewportGet |
Gets the outline viewport's label on the sheet.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Outline GetLabelOutline()
Public Function GetLabelOutline As Outline
public: Outline^ GetLabelOutline()
member GetLabelOutline : unit -> Outline
Return Value
OutlineThe outline of the viewport's label on the sheet. The outline may be empty if there is no label.
| Exception | Condition |
|---|---|
| InvalidOperationException | The viewport is not on a sheet. |
See Also