TransportationOrderToGeoPoint Property |
The geographic point at which the route ends. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic GeoPoint ToGeoPoint { get; set; }
Public Property ToGeoPoint As GeoPoint
Get
Set
public:
property GeoPoint^ ToGeoPoint {
GeoPoint^ get ();
void set (GeoPoint^ value);
}
member ToGeoPoint : GeoPoint with get, set
Property Value
Type:
GeoPoint
See Also