TripSegmentEndingMapPoint Property |
The ending geographical point of the route segment. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MapPoint EndingMapPoint { get; set; }
Public Property EndingMapPoint As MapPoint
Get
Set
public:
property MapPoint^ EndingMapPoint {
MapPoint^ get ();
void set (MapPoint^ value);
}
member EndingMapPoint : MapPoint with get, set
Property Value
Type:
MapPoint
See Also