API 文件集 > Miscellaneous > Object ProDatumtarget > Function ProDatumtargetAnnotationfeatureCreate
Function ProDatumtargetAnnotationfeatureCreate
Description
Creates a new datum target annotation feature in the model.
Licensing Requirement
Synopsis
ProDatumtargetAnnotationfeatureCreate
(
/* (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
The function succeeded.
Model is in read-only state.
One or more arguments was invalid.
The user cancelled the feature creation (if use_ui = TRUE).
The owner is not the current model (if use_ui = TRUE).
User Guide References
這是否有幫助?