Adding locally stored shapefile to WPF application

720
1
Jump to solution
07-30-2018 02:13 PM
ManishShrivastav
New Contributor III

Hi,

I want to display a map in my WPF application from shapefiles that I have on my local drive. Is it possible ?

Thank you,

Manish

0 Kudos
1 Solution

Accepted Solutions
dotMorten_esri
Esri Notable Contributor

Definitely. Create a ShapefileFeatureTable and assign it to a FeatureLayer.

View solution in original post

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

Definitely. Create a ShapefileFeatureTable and assign it to a FeatureLayer.

0 Kudos