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:
أكثر...
How to do this programmatically (in VBA)?
I'v found the analogous ways but it doesn't solve the problem:
- 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.
- 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.
أكثر...