Category 3D drawings and annotations, Object ProSetdatumtag

Function ProSetdatumtagAdditionalTextLocationGet


Description
Gets Additional text point of datum feature symbol.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProSetDatumTag.h>
ProErrorProSetdatumtagAdditionalTextLocationGet(
ProSetDatumTag* dfs
/* (In)
The set datum tag.
*/
ProDrawing drawing
/* (In)
Pass drawing for dfs owned by solid and shown in drawing. Pass NULL otherwise.
*/
ProView view
/* (In)
Pass view if drw is not NULL. Pass NULL otherwise.
*/
Pro3dPnt addl_pnt
/* (Out)
point
*/
)
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 annotation is not found or it has no Additional Text.

Manual References:

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