The copy tag has no wiki summary.
2
votes
0answers
95 views
How to copy a feature class within the same GDB
I'm trying to copy/clone a feature class within the same file gdb using C#.
I've figured out that this won't work with IDataset or IFeatureDataset.
So far I only found IGeoDBDataTransfer.Transfer but ...