摘要:
创建图层 public void CreateLayer(string LayerName) { MapXLib.CoordSys coor = axMap.DisplayCoordSys; MapXLib.Layer myLayer = axMap.Layers.CreateLayer(LayerName, Type.Missing, 0, 100, coor);//100为KeyLength,可决定图层中feature的KeyValue的长度 myLayer.Editable = true; ...
阅读全文