Back to Devexpress

KmlFileDataAdapter.Parse(String) Method

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

latest1.1 KB
Original Source

KmlFileDataAdapter.Parse(String) Method

Parses the passed string in the KML 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 KML format that specifies map items.

|

See Also

KmlFileDataAdapter Class

KmlFileDataAdapter Members

DevExpress.XtraMap Namespace