用info工具选择图元时使可选有效范围大一点

在CustomCommand.js中InfoCommand.prototype.Execute = function() {
    this.CreateUrl();
//    this.AddParamToUrl("PixelTolerance", this.pixelTolerance);//原来这句指定了有效范围,默认值为6,选择时很难选中图元
    this.AddParamToUrl("PixelTolerance", 18);//此时将范围改为18,选择图元时就比较好选了

posted @ 2011-08-18 09:21  北冥子  阅读(169)  评论(0编辑  收藏  举报