I have a feature class with attachments. I would like to copy and paste features in the feature class to the same feature class or a different feature class while maintaining the attachments.
The reason I would copy the same feature to the same feature class is due to different types of features with in the same feature class. For example Primary Overhead and Secondary Overhead Electric lines.
I understand I can use append to copy features with attachments from one feature class to another. This is time consuming when you are doing it by hand. However, append does not work when you are trying to copy/paste features within the same feature class.