Merging features into single programmatically

المشرف العام

Administrator
طاقم الإدارة
I have a shapefile with poligons.I can merge them manually by going into edit session and, selecting a some features to be merged, and then using merge button under Editor.

How to do this programmatically (in VBA)?

I'v found the analogous ways but it doesn't solve the problem:

  1. Standart Dissolve tool (from Arctoolbox) doesn't work correctly for this purpose, because it cuts off many fields and because it operates with whole FeatureClass but not with a separate features.
  2. As I know by reading some examples, using an IBasicGeoprocessor (VBA) have the same problem - it operates with whole FeatureClass, producing a new FeatureClass, but not with a separate features, mearging them within the same FeatureClass.

أكثر...
 
أعلى