Hi ,
I have a featureClass I want to clone an update It (featureClass). How can I clone FeatureClass? Are there any example code ?
Thanks
If by Clone you mean make a copy of a featureclass why not using the geoprocessor and call the copy features tool?
Hi Duncan ,
Thanks for answering but I can clone only in code not use geoprocessing tool.Is it possible clone in code ?If yes are there any example code about this issue.
Tahanks
I was suggesting you call the geoprocessing tools through code using the IGeoProcessor interface, so not as tools in ArcMap or a model. I recently replied to another question with some sample code to deal with their situation, study this as it shows you how to call existing geoprocessing tools in ArcObjects. Search Geonet you will find many examples, keyword IGeoProcessor.