Back to Devexpress

GpxFileDataAdapter.Parse(String) Method

windowsforms-devexpress-dot-xtramap-dot-gpxfiledataadapter-dot-parse-x28-system-dot-string-x29.md

latest1.1 KB
Original Source

GpxFileDataAdapter.Parse(String) Method

Parses the passed string in the GPX format to create map items that the string specifies.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public void Parse(
    string textData
)
vb
Public Sub Parse(
    textData As String
)

Parameters

NameTypeDescription
textDataString

The string in the GPX format that specifies map items.

|

See Also

GpxFileDataAdapter Class

GpxFileDataAdapter Members

DevExpress.XtraMap Namespace