Back to Devexpress

GpxFileDataAdapter.SourceCoordinateSystem Property

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

latest1.3 KB
Original Source

GpxFileDataAdapter.SourceCoordinateSystem Property

Gets or sets a coordinate system for the data adapter.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public GeoSourceCoordinateSystem SourceCoordinateSystem { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property SourceCoordinateSystem As GeoSourceCoordinateSystem

Property Value

TypeDescription
GeoSourceCoordinateSystem

The Geographical coordinate system.

|

See Also

GpxFileDataAdapter Class

GpxFileDataAdapter Members

DevExpress.XtraMap Namespace