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: 24.2.419.0 (24.2.419.0)
Syntax public 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