I'm not sure what you mean by the prefix of a General Dimension tolerance.
A general dimension has the dimension value and you can prefix or suffix
text to this value. In addition you can add a tolerance, which is appended
after everything. The API provides access to all of this. To get the text
you can use the Text property of the GeneralDimension object. This returns
a DimensionText object. From this object you can use the Text or
FormattedText properties to get the text of the dimension including any
prefix and suffix. In either case you'll need to extract the bits you need
from the returned string since it combines everything together. The
FormattedText property returns a string that fully defines the dimension
text, including any formatting.
The tolerance information is seperate and is accessed through the Tolerance
property of the GeneralDimension object. This returns a Tolerance object.
It supports several properties that will allow you to determine the type of
tolerance and get the tolerance values. Hopefully this helps.
--
Brian Ekins
Autodesk Inventor API
wrote in message news:[email protected]...
Dear all
I want to get the prefix of an General Dimension Tolerance object.
How can i do this.
Kind regards,
JesG