Description | ||||||||||||||
Creates a new datum target annotation feature in the model. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProAnnotationFeat.h> | ||||||||||||||
ProError | ProDatumtargetAnnotationfeatureCreate | ( | ||||||||||||
ProSelection model | ||||||||||||||
/* (In) | ||||||||||||||
The part on which the feature is being created. If the feature is created in an assembly, component path must be specified. | ||||||||||||||
*/ | ||||||||||||||
ProBoolean use_ui | ||||||||||||||
/* (In) | ||||||||||||||
PRO_B_TRUE to invoke the datum target annotation feature creation User Interface. PRO_B_FALSE to create a feature automatically. | ||||||||||||||
*/ | ||||||||||||||
ProFeature* p_feat | ||||||||||||||
/* (Out) | ||||||||||||||
The new datum target annotation feature. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|