TransportationRequisitionTransportToGeoPoint Property |
Geographical location of the unloading, if available. [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 TransportToGeoPoint { get; set; }
Public Property TransportToGeoPoint As GeoPoint
Get
Set
public:
property GeoPoint^ TransportToGeoPoint {
GeoPoint^ get ();
void set (GeoPoint^ value);
}
member TransportToGeoPoint : GeoPoint with get, set
Property Value
Type:
GeoPoint
See Also