| Description |
| Retrieves displayed rounded values of limits of a specified dimension. |
| Synopsis |
| #include <ProDimension.h> |
| ProError | ProDimensionDisplayedToleranceGet | ( |
| ProDimension* dimension | |
| /*
(In) |
| The dimension handle. |
| */ |
| double* upper_limit | |
| /*
(Out) |
| The rounded value of the dimension upper limit. This can be NULL if lower_limit is not NULL. |
| */ |
| double* lower_limit | |
| /*
(Out) |
| The rounded value of the dimension lower limit. This can be NULL if upper_limit is not NULL. |
| */ |
| ) |
| Returns |
|
|
| See Also |
| ProDimensionToleranceGet |