RasterSearchProcedure Properties |
The RasterSearchProcedure type exposes the following members.
Name | Description | |
---|---|---|
Center |
Gets or sets the center of the search area.
| |
HeadingAlongLength |
Gets or sets the heading along the Length with respect to north, in radians.
This defines the direction in which the position travels when 'searching'.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
Length |
Gets or sets the length of the search area, in meters. This determines the distance between
turns.
| |
Profile |
Gets or sets the profile associated with this procedure.
(Inherited from SimpleRouteProcedure.) | |
SurfaceShape |
Gets or sets the shape of the reference surface over which to define the surface geometry for the search.
| |
TurningRadius |
Gets or sets the turning radius for the position, in meters. This determines the number of turns required,
along with the Width, in order to cover the entire area.
| |
Width |
Gets or sets the width of the search area, in meters. This determines the number of turns required,
along with the TurningRadius, in order to cover the entire area.
|