Category 3D drawings and annotations, Object ProSetdatumtag

Function ProSetdatumtagPlacementGet


Description
Obtains the item (type,id,owner only) to which the set datum tag is attached (dimension, gtol, or geometry). This function is useful in cases where it is not possible to construct the selection. For example , Solid owned DFS attached to solid owned dimension created in drawing.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProSetDatumTag.h>
ProErrorProSetdatumtagPlacementGet(
ProSetDatumTag* tag
/* (In)
The set datum tag.
*/
ProModelitem* attach_item
/* (Out)
The attachment item.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProSetdatumtagAttachmentGet

Manual References:

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