Skip to main content
A newer version of this page is available. .

How to: Load Data from a KML File

To load data from a KML file, do the following.

Note

Make sure that the Build Action property of a KML file is set to Resource.

<dxm:VectorLayer>
    <dxm:KmlFileDataAdapter FileUri="kmlFile.kml" />
</dxm:VectorLayer>
See Also