RenderingSettings.GetRenderingRegionOutline Method

RenderingSettingsGetRenderingRegionOutline Method

Returns the outline of the rendering region.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Outline GetRenderingRegionOutline()
Public Function GetRenderingRegionOutline As Outline
public:
Outline^ GetRenderingRegionOutline()
member GetRenderingRegionOutline : unit -> Outline 

Return Value

Outline
The outline of the rendering region.
Exceptions
ExceptionCondition
InvalidOperationException The RenderingSettings are not currently using region rendering.
See Also