碰到一个尴尬的问题,
layersControl.Map = mapControl.Map;
int count1=layersControl.LayersTree.Nodes.Count; // 30
int count2=mapControl.Map.Layers.Count; // 4
int count3=mapControl.Map.Layers[0].Layers.Count; //4
string name=mapControl.Map.Layers[0].Name; //未命名图层1
明明用count1已经检测到layersControl关联了一个有图层的地图对象,但count2,count3一直显示是4,也就是完全捕捉不到map中的图层