Category 3D drawings and annotations, Object ProDimension

Function ProDimensionIsDisplayRoundedValue


Description
Determines if the dimension has been set to display rounded values.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionIsDisplayRoundedValue(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* p_is_display_rounded
/* (Out)
Placeholder for PRO_B_TRUE/PRO_B_FALSE
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved information
PRO_TK_BAD_INPUTSData structures cannot be retrieved
PRO_ TK_NOT_VALIDOption is non-applicable for the dimension
PRO_TK_BAD_CONTEXTOption is set, but the display is not decimal

Manual References:

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

Sample Code References:

  1. pt_userguide ( UgDimDisplayRounded.c )