Hi Team,
I have written small .Net commandline tool to read the data from utility network gdb file using ArcGIS Core host dll. below is the code snippet to read the particular field value from the row.
Example i am reading the operating voltage value from the table (ElectricLine), but it is returning the value without units. For example in ArcGIS pro tool I can able to see the operating voltage with the units 11KV or 400V, but when I read through the code I always get as 11 or 400. So how to read the units also, similar to what we see in the Arcgis pro tool.
Any suggestion or code snippet will be very helpful.

