Category 3D drawings and annotations, Object ProAnnotation

Function ProAnnotationUpdate


Description
Updates the display of the annotation, but does not actually display it anywhere. If the annotation is not currently displayed (because its hidden by layer status or inactive geometry) the text extracted from the annotation with mode PRODISPMODE_NUMERIC may include callout symbols instead of the text shown to the user. This method will tell Creo Parametric to update the contents of the annotation to cross-reference these callout values.

This function currently supports:

Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationUpdate(
ProAnnotation* annotation
/* (In)
The annotation handle.
*/
ProDrawing drawing
/* (In)
The drawing where it is to be displayed. Pass NULL if the owner of the annotation is the same as the model where it would be displayed.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Access to Annotations
  2. Annotations: Annotation Features and Annotations: Access to Annotations