Select to view content in your preferred language

Field reordering of attribute tables from shapefile and geodatabase feature class

2915
2
02-16-2011 07:10 AM
KyungKim
Emerging Contributor
Hi,

Is there any difference between shapefile and feature class in programmatically reordering the fields of an attribute table?  Specifically, I could use IFieldProperty.FieldOrder for attribute tables of feature class in ArcMap 9.1 while it did not work out to use the same one for attribute tables of shapefile in ArcMap 9.2.  Or, is it due to ArcMap version?

Kyung
0 Kudos
2 Replies
KyungKim
Emerging Contributor
Hi,

Is there any difference between shapefile and feature class in programmatically reordering the fields of an attribute table?  Specifically, I could use IFieldProperty.FieldOrder for attribute tables of feature class in ArcMap 9.1 while it did not work out to use the same one for attribute tables of shapefile in ArcMap 9.2.  Or, is it due to ArcMap version?

Kyung


I could solve the reordering problem.  The problem was not because of different version but because of other mistake that I made.  Anyhow, thank you for your time.

Kyung
0 Kudos
AndyMonplaisir
Occasional Contributor
Hey Kyung,

I was wondering what was the Assembly that you used for the class IFieldProperty.FieldOrder to re-order the Attribute table fields to a specified way. I am currently trying to do that now and I was looking for a couple of ways to accomplish this task of re-organizing fields.

Thanks,
Andy
0 Kudos