标签:style blog color ar sp strong div on log
语法:
1 public IFeatureCursor Search ( 2 IQueryFilter filter, 3 bool Recycling);
当 Recycling 为true时,调用NextFeature()方法返回的是当前的对象,也就是说调用NextFeature() 方法并非指向下一个feature.而当Recycling为false时,调用NextFeature()方法会返回下一个feature.
当我们在拷贝feature对象时,需要将Recycling参数设置为false,防止无法拷贝完feature对象,而仅仅拷贝同一个feature对象.
IFeatureClass.Search中的 Recycling 参数 - 浅谈.
标签:style blog color ar sp strong div on log
原文地址:http://www.cnblogs.com/listened/p/4077188.html