Category 3D drawings and annotations, Object ProSetdatumtag

Function ProSetdatumtagTextLocationGet


DEPRECATED: Since Creo 7
SUPERSEDED BY: ProSetdatumtagTextPointGet
Description

Note: This function is deprecated. Use ProSetdatumtagTextPointGet() instead.

Gets text point of datum feature symbol.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProSetDatumTag.h>
ProErrorProSetdatumtagTextLocationGet(
ProSetDatumTag* dfs
/* (In)
The set datum tag.
*/
ProDrawing drw
/* (In)
Pass drawing for dfs owned by solid and shown in drawing. Pass NULL otherwise.
*/
Pro3dPnt pnt
/* (Out)
point
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProSetdatumtagTextPointGet

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing Set Datum Tags
  2. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0