Category 3D drawings and annotations, Object ProSetdatumtag

Function ProSetdatumtagAttachmentGet


Description
Obtains the item to which the set datum tag is attached (dimension, gtol, or geometry).
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProSetDatumTag.h>
ProErrorProSetdatumtagAttachmentGet(
ProSetDatumTag* tag
/* (In)
The set datum tag.
*/
ProSelection* attachment
/* (Out)
The attachment. (Caller should free memory of *attachment by using ProSelectionFree().)
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe set datum tag attachment is to the datum itself.
See Also
ProSetdatumtagPlacementGet

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing Set Datum Tags
  2. Annotations: Annotation Features and Annotations: Accessing Set Datum Tags