Back to Devexpress

GpxFileDataAdapter.CreateRoutePoints Property

windowsforms-devexpress-dot-xtramap-dot-gpxfiledataadapter.md

latest1.2 KB
Original Source

GpxFileDataAdapter.CreateRoutePoints Property

Specifies whether to generate map dots for waypoints.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(false)]
public bool CreateRoutePoints { get; set; }
vb
<DefaultValue(False)>
Public Property CreateRoutePoints As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if a data adapter generates map dot objects for each waypoint in the GPX file; otherwise, false.

|

See Also

GpxFileDataAdapter Class

GpxFileDataAdapter Members

DevExpress.XtraMap Namespace