Copy Attributes from one feature to another

2900
2
Jump to solution
09-04-2012 02:42 PM
JeffGiesler
Occasional Contributor
Hey Everyone,
I am trying to copy attributes from one feature to another one in the same layer.  I want to copy all attributes from one to the other except the oid and geometry.
Cheers,
Jeff
0 Kudos
1 Solution

Accepted Solutions
NimeshJarecha
Esri Regular Contributor
You should look for NSMutableDictionary's method to do so.

Regards,
Nimesh

View solution in original post

0 Kudos
2 Replies
NimeshJarecha
Esri Regular Contributor
You should look for NSMutableDictionary's method to do so.

Regards,
Nimesh
0 Kudos
JeffGiesler
Occasional Contributor
Nimesh,Once again you have solved my problem.Thanks,Jeff
0 Kudos