RasterSearchProcedure Constructor (Ellipsoid, Cartographic, Double, Double, Double, Double, Double, Double, RouteHeightReference) | 
 
            Create a new instance based on the given parameters.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic RasterSearchProcedure(
	Ellipsoid surfaceShape,
	Cartographic center,
	double headingAlongLength,
	double length,
	double width,
	double turningRadius,
	double speed,
	double height,
	RouteHeightReference reference
)
Public Sub New ( 
	surfaceShape As Ellipsoid,
	center As Cartographic,
	headingAlongLength As Double,
	length As Double,
	width As Double,
	turningRadius As Double,
	speed As Double,
	height As Double,
	reference As RouteHeightReference
)
public:
RasterSearchProcedure(
	Ellipsoid^ surfaceShape, 
	Cartographic center, 
	double headingAlongLength, 
	double length, 
	double width, 
	double turningRadius, 
	double speed, 
	double height, 
	RouteHeightReference reference
)
new : 
        surfaceShape : Ellipsoid * 
        center : Cartographic * 
        headingAlongLength : float * 
        length : float * 
        width : float * 
        turningRadius : float * 
        speed : float * 
        height : float * 
        reference : RouteHeightReference -> RasterSearchProcedureParameters
- surfaceShape
 - Type: AGI.Foundation.Geometry.ShapesEllipsoid
The surface over which to define the surface geometry and the height profile. - center
 - Type: AGI.Foundation.CoordinatesCartographic
The center of the search area, including the height above the surfaceShape. - headingAlongLength
 - Type: SystemDouble
The heading along the length of the search area with respect to north, in radians. - length
 - Type: SystemDouble
The length of the search area over the surface, in meters. - width
 - Type: SystemDouble
The width of the search area over the surface, in meters. - turningRadius
 - Type: SystemDouble
The horizontal radius at which to turn during the search pattern, in meters. - speed
 - Type: SystemDouble
The speed at which to conduct the search, in meters per second. - height
 - Type: SystemDouble
The height of the route with respect to the reference surface, in meters. - reference
 - Type: AGI.Foundation.RouteDesignRouteHeightReference
The reference surface above which the height is defined. 
See Also