Category 3D drawings and annotations, Object ProDimension

Function ProDimensionDisplayedToleranceGet


Description
Retrieves displayed rounded values of limits of a specified dimension.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionDisplayedToleranceGet(
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
PRO_TK_NO_ERRORThe function successfully retrieved limits.
PRO_TK_E_AMBIGUOUSThe displayed format is not decimal
PRO_TK_BAD_INPUTSThe input arguments are invalid or both the output arguments are NULL.
PRO_TK_GENERAL_ERRORThe data structure was not set.
See Also
ProDimensionToleranceGet

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension Tolerances
  2. Annotations: Annotation Features and Annotations: Dimension Tolerances