Click or drag to resize

RasterSearchProcedure Properties

The RasterSearchProcedure type exposes the following members.

Properties
  NameDescription
Public propertyCenter
Gets or sets the center of the search area.
Public propertyHeadingAlongLength
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'.
Public propertyIsFrozen
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.)
Public propertyLength
Gets or sets the length of the search area, in meters. This determines the distance between turns.
Public propertyProfile
Gets or sets the profile associated with this procedure.
(Inherited from SimpleRouteProcedure.)
Public propertySurfaceShape
Gets or sets the shape of the reference surface over which to define the surface geometry for the search.
Public propertyTurningRadius
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.
Public propertyWidth
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.
Top
See Also