RasterSearchProcedureGetSearchRegion Method  | 
 
            Gets the rectangular surface region underneath the raster search that represents the area over which to search.
            This area is oriented along the 
HeadingAlongLength.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EllipsoidSurfaceRegion GetSearchRegion()
Public Function GetSearchRegion As EllipsoidSurfaceRegion
public:
EllipsoidSurfaceRegion^ GetSearchRegion()
member GetSearchRegion : unit -> EllipsoidSurfaceRegion 
Return Value
Type: 
EllipsoidSurfaceRegionThe surface region representing the search area.
See Also