GetRenderingRegionOutline Method


Rendering Settings Get Rendering Region Outline Method

Returns the outline of the rendering region.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Outline GetRenderingRegionOutline()

Return Value

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