RasterSearchProcedureWidth Property |
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.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Width { get; set; }
Public Property Width As Double
Get
Set
public:
property double Width {
double get ();
void set (double value);
}
member Width : float with get, set
Property Value
Type:
DoubleSee Also