Category Geometry items, Object ProGeomitem

Function ProGeomitemSetdatumtagGet


Description
Obtains the set datum tag referring to this geometry item, if it exists.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProSetDatumTag.h>
ProErrorProGeomitemSetdatumtagGet(
ProGeomitem* item
/* (In)
The geometry item.
*/
ProSetDatumTag* set_datum_tag
/* (Out)
The set datum tag annotation.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThere is no set datum tag annotation for the given geometry.

Manual References:

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