RenderingSettingsGetRenderingRegionOutline Method |
Returns the outline of the rendering region.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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