Anyone have an example of this?
What I want to do is load say 4 states into one MultipleShapeFileFeatureLayer.
string mapDir = ConfigurationManager.AppSettings["MapDataDirectory"];
string shapeFile = mapDir + "\\USA\\TLKA" + "\\??" + "\\*.shp";
string shapeFileIndex = mapDir + "\\USA\\TLKA" + "\\??" + "\\*.mids";
Does not seem to work like I found in other posts.
- Josh