TripSegmentStartingMapPoint Property |
The starting 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 StartingMapPoint { get; set; }
Public Property StartingMapPoint As MapPoint
Get
Set
public:
property MapPoint^ StartingMapPoint {
MapPoint^ get ();
void set (MapPoint^ value);
}
member StartingMapPoint : MapPoint with get, set
Property Value
Type:
MapPoint
See Also