Fork me on GitHub
摘要: MapXtreme实用技巧与源码10例1 设置图层可选状态/**//// <summary>/// 改变层的可选择状态/// </summary>/// <param name="selectableStatus"></param>/// <returns></returns>public bool LayerSelectableStatusUpdate(string tableAlias,bool selectableStatus){if(mapControl1.Map.Layers[tableAli 阅读全文
posted @ 2012-01-04 23:54 逍遥メ风 阅读(1309) 评论(1) 推荐(0)