Any formatting that can be applied via the Fields Editor dialog can also be applied programatically.
For example, see the Units property of MstnPropertyFormatter:AreaClass.
It's an enum for which the integer -3 corresponds to "Acres".
As I suggested previously, if you're going to create ECInstances for formatting, you probably want to poke around in that schema to see what's available.
Regards,
Paul
For example, see the Units property of MstnPropertyFormatter:AreaClass.
It's an enum for which the integer -3 corresponds to "Acres".
As I suggested previously, if you're going to create ECInstances for formatting, you probably want to poke around in that schema to see what's available.
Regards,
Paul