Category 3D drawings and annotations, Object ProDimension

Function ProDimensionDisplayRoundedValueSet


Description
Sets the attribute to toggle whether the dimension displays rounded values.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionDisplayRoundedValueSet(
ProDimension* dimension
/* (In)
The dimension handle
*/
ProBoolean display_rounded
/* (In)
PRO_B_TRUE to set the attribute
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully changed the attribute
PRO_TK_NO_CHANGEThe input attribute is the same as an existing one
PRO_TK_CANT_MODIFYModification of the attribute is not allowed
PRO_TK_BAD_INPUTSThe input argument is invalid

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 )