AirRouteOperator.SearchMargin Property
Gets or sets an attribute variable giving a margin in meters around each waypoint segment, inside which all search is done.
Syntax
public AttributeVariable< System.Double > SearchMargin { get; set; }
Property Value
Default: 1000.0
The margin in meters around each waypoint segment, defining the search area.
Remarks
The operator starts by reading a line feature from WaypointsInput. For this feature, the operator will compute the bounding rectangle for each leg along the waypoints, and extend it by the SearchMargin (expressed in meters). The route search for each leg will be performed only inside the extended rectangle for that leg.
The SearchMargin can be a constant, or it can be an attribute variable that is evaluated from the attributes of the feature from WaypointsInput as well as the View.UpdateAttributes.
Platforms
Windows, Linux, Android