The bounds of the view in paper space (in feet).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

Syntax

C#
public BoundingBoxUV Outline { get; }
Visual Basic
Public ReadOnly Property Outline As BoundingBoxUV
	Get
Visual C++
public:
property BoundingBoxUV^ Outline {
	BoundingBoxUV^ get ();
}

Remarks

Returns all zeros for empty views.

See Also