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> | ||||||||
ProError | ProAnnotationUpdate | ( | ||||||
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 | ||||||||
|