Select to view content in your preferred language

Editing ArcFM field ordering (field index) through code

1152
3
02-19-2017 09:53 PM
TriptiGupta
Deactivated User

I am trying to edit the field properties through code. The objective is to set the arcfm field order for the main field properties (ie subtype = -1) and the same order for the subtypes also(The order could be taken in as an input from csv file).

(I was able to edit the field properties and save it to the schema using the method

ConfigTopLevel.Instance.SaveFeatureClassToDB(currentFrame.OClass.Obj); method. But this is not working for field order.)

Looking for soemone who has worked on editing Arcfm properties through code and if anybody could help me find a suitable method to set the field order (index) in ArcFM properties.

0 Kudos
3 Replies
JordanBaumgardner
Frequent Contributor

I highly recommend using Schneiders ArcFM SDK to do any field updates. ArcFM has numerous triggers on the data and if you bypass "their" code it can cause significant problems.

JordanBaumgardner
Frequent Contributor

ArcFM also has a Jive page

ArcFM: Welcome |exchange 

TriptiGupta
Deactivated User

Thanks a lot.

0 Kudos