Function ProAnnotationfeatCreate
Description
Creates a new annotation feature in the model.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
ProAnnotationfeatCreate
(
/* (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 annotation feature creation User Interface. PRO_B_FALSE to create a feature automatically containing a single general annotation element.
*/
ProFeature* p_feat
/* (Out)
The new 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
도움이 되셨나요?