Category 3D drawings and annotations, Object ProSetdatumtag

Function ProSetdatumtagReferenceGet


Description
Obtains the geometry item used as the set datum.

Note:This API works for SDTA not for DFS after Creo 4.0

Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProSetDatumTag.h>
ProErrorProSetdatumtagReferenceGet(
ProSetDatumTag* tag
/* (In)
The set datum tag.
*/
ProGeomitem* reference
/* (Out)
The geometry of the set datum.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NOT_VALIDThe input argument is a DFS and not SDTA.

Manual References:

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