Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemReferenceDescriptionSet


Description
Sets the description property for a given annotation element reference.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationelemReferenceDescriptionSet(
ProAnnotationElem* element
/* (In)
The annotation element. If the annotation element belongs to an assembly, component path must be specified.
*/
ProAnnotationReference* reference
/* (In)
The reference.
*/
ProLine description
/* (In)
The description for the annotation element.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_E_NOT_FOUNDThe annotation element doesn't contain this reference.

Manual References:

  1. Annotations: Annotation Features and Annotations: Modification of Annotation Elements
  2. Annotations: Annotation Features and Annotations: Modification of Annotation Elements