Returns the outline of the rendering region.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public Outline GetRenderingRegionOutline()
Return Value
OutlineThe outline of the rendering region.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The RenderingSettings are not currently using region rendering. |