API 文件集 > 3D drawings and annotations > Object ProAnnotation > Function ProAnnotationIsAssociative
Function ProAnnotationIsAssociative
Description
Identifies if the given annotation is associative.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProAnnotation.h>
ProAnnotationIsAssociative
(
ProAnnotation* annotation
/* (In)
The shown annotation.
*/
ProDrawing drawing
/* (In)
The drawing.
*/
ProBoolean* assoc_position
/* (Out)
PRO_B_TRUE if the position of the annotation is associative, PRO_B_FALSE otherwise. Pass NULL if not interested in this property.
*/
/* (Out)
The attachment associativity. Pass NULL if not interested in this property.
*/
ProBoolean* future_use
/* (Out)
This argument is for future use. Pass NULL.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The annotation is not shown in the drawing.
這是否有幫助?