RasterSearchProcedureLength Property |
Gets or sets the length of the search area, in meters. This determines the distance between
turns.
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 Length { get; set; }
Public Property Length As Double
Get
Set
public:
property double Length {
double get ();
void set (double value);
}
member Length : float with get, set
Property Value
Type:
DoubleSee Also