Category
3D drawings and annotations
, Object
ProAnnotation
Function ProAnnotationDesignateGet
Description
Get Annotation designate type.
Synopsis
#include <
ProAnnotation.h
>
ProError
ProAnnotationDesignateGet
(
ProAnnotation
*
annotation
/* (In)
Annotation.
*/
ProDesignateType
*
designate
/* (Out)
Get a designate type.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_E_NOT_FOUND
The annotation is not in an annotation element.
Manual References:
Annotations: Annotation Features and Annotations: Designate an Annotation
Technical Summary of Changes for Creo 11.0.0.0: Updates to Error Types
Technical Summary of Changes for Creo 11.0.0.0: Annotation Features