Category 3D drawings and annotations, Object ProAnnotationfeat

Function ProAnnotationfeatDatumtargetCreate


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProMdlDatumTargetCreate,ProAnnotationElementGet
Description
Creates a new datum target annotation element in the datum target annotation feature.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationFeat.h>
ProErrorProAnnotationfeatDatumtargetCreate(
ProSelection feature
/* (In)
The datum target annotation feature. If the feature belongs to a subcomponent of the active assembly, the component path must be specified.
*/
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProDimension* dim
/* (In)
Dimension to be called out
*/
ProAnnotationElem* dtm_trg_ae
/* (Out)
The datum target annotation element.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Annotations
  2. Annotations: Annotation Features and Annotations: Creating Datum Targets