TransportationExecutionGeoPoint Property |
Specifies the execution geographic point, if it is the same for all lines. null means that the lines have different geographic points. [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 GeoPoint { get; set; }
Public Property GeoPoint As GeoPoint
Get
Set
public:
property GeoPoint^ GeoPoint {
GeoPoint^ get ();
void set (GeoPoint^ value);
}
member GeoPoint : GeoPoint with get, set
Property Value
Type:
GeoPoint
See Also