PathOfTravel.CreateMapped
| Name | Return Type | Description |
|---|---|---|
| CreateMapped(View, IList<XYZ>, IList<XYZ>) | IList<PathOfTravel> | Creates multiple new paths of travel by mapping each of a set of start points to each of a set of end points. |
| CreateMapped(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>%) | IList<PathOfTravel> | Creates multiple new paths of travel by mapping each of a set of start points to each of a set of end points and provides creation result statuses. |