I want to create a plug-in that searches all dimensions, and reports dimensions where the “value” differs from the displayed dimension -which is a rounded number from the real value- and report them.
It seeems that Dimension Class does not have any property for obtaining the displayed value. How can I retrieve this value? or find out the dimensions, and segmented dimensions, for the report?

- What is the number retrieved by Dimension.ValueString ?
- for Segmented dimensions ValueString returns the displayed value. So the solution might be completely different.