I have an ArcFM electric geodatabase. It has transformer bank, fuse bank, capacitor bank, regulator bank and switch bank as feature classes. All these banks are having related tables such as transformer unit, fuse unit, capacitor unit, regulator unit and switch unit. For example, in a transformer bank a feature will have 3 related records in transformer unit. How do I convert these units (tables) to be a feature class? If I convert transformer unit with x,y from transformer bank, I will have 3 transformers stacked at same place. In Utility Network how do I move these stacked points? If it is just one or two features I can do it manually. I am talking about 10,000 transformer units and several thousand fuse units, switch units, etc. How do I convert these unit tables to feature classes and keep them non-stacked? Please help.
You basically have to write some code
Thanks Anthony. If there is a code (Python or C#.Net) can I have that code. I am not too familiar with coding.