searchlayer.zoomlayer := true;
//设置标签缩放比例范围
searchlayer.labelproperties.labelzoommin := 0;
searchlayer.labelproperties.labelzoommax := 200;
searchlayer.labelproperties.labelzoom := true;
//自动标记图元
searchlayer.autolabel := true;
end;
这个方法比上文提到的方法应该快了很多很多,哈哈~~