API Documentation > 3D drawings and annotations > Object ProAnnotation > Function ProAnnotationAttachmentUpdate
Function ProAnnotationAttachmentUpdate
Description
Updates the attachment of the drawing annotation and makes it associative to the attachment of the annotation in the 3D model.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProAnnotation.h>
ProAnnotationAttachmentUpdate
(
ProAnnotation* annotation
/* (In)
The annotation.
*/
ProDrawing drawing
/* (In)
The drawing.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The annotation is not shown in the drawing.
User Guide References
Was this helpful?