RenderingSettingsGetRenderingRegionOutline Method |
Returns the outline of the rendering region.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Outline GetRenderingRegionOutline()
Public Function GetRenderingRegionOutline As Outline
public:
Outline^ GetRenderingRegionOutline()
member GetRenderingRegionOutline : unit -> Outline
Return Value
Outline
The outline of the rendering region.
Exceptions
See Also