Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemReferenceDescriptionGet


Description
Gets the description property for a given annotation element reference.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationelemReferenceDescriptionGet(
ProAnnotationElem* element
/* (In)
The annotation element.
*/
ProAnnotationReference* reference
/* (In)
The reference.
*/
ProLine description
/* (Out)
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: Accessing Annotation Elements
  2. Annotations: Annotation Features and Annotations: Accessing Annotation Elements