Category 3D drawings and annotations, Object ProDimension

Function ProDimensionDisplayedValueGet


Description
Retrieves the displayed rounded value of a specified dimension.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionDisplayedValueGet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
double* value
/* (Out)
The rounded value of the dimension.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the value.
PRO_TK_E_AMBIGUOUSThe displayed format is not decimal
PRO_TK_BAD_INPUTSThe input arguments are invalid.
PRO_TK_GENERAL_ERRORThe data structure was not set.
See Also
ProDimensionValueGet

Manual References:

  1. Annotations: Annotation Features and Annotations: Visiting Dimensions
  2. Annotations: Annotation Features and Annotations: Visiting Dimensions