API 文档 > 3D drawings and annotations > Object ProAnnotation > Function ProAnnotationUpdate
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:
3D model notes (ProNote)
Detail notes (ProDtlnote)
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
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
The function succeeded.
One or more input arguments was invalid.
User Guide References
这对您有帮助吗?