Category 3D drawings and annotations, Object ProDimension

Function ProDimensionDisplayUpdate


DEPRECATED: Since Creo 2
SUPERSEDED BY: ProAnnotationDisplay, ProAnnotationUndisplay
Description
Note: This function is superseded by a combination of ProAnnotationDisplay() and ProAnnotationUndisplay(). Redisplays the dimension, as long as it is already being displayed in the current window.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionDisplayUpdate(
ProDimension* dimension
/* (In)
The dimension handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully redisplayed the dimension.
PRO_TK_GENERAL_ERRORdimension is not a valid object.

Manual References:

  1. Annotations: Annotation Features and Annotations: Access to Annotations
  2. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0

Sample Code References:

  1. pt_geardesign ( GearDesign.c )
  2. pt_userguide ( UgDimDisplayRounded.c )
  3. pt_userguide ( UgDimsChange.c )
  4. pt_userguide ( UgUISlider.c )