Feature Redefine
Function introduced:
The function ProFeatureRedefine() enables you to redefine a feature. It is applicable only to those feature types that can be created using ProFeatureCreate().
The function ProFeatureRedefine() has arguments for the create options and for the resulting element errors, like those for ProFeatureCreate()
To Redefine a Feature
1. Call ProFeatureElemtreeExtract() to get a copy of the element tree.
2. Analyze and modify the tree using functions ProFeatureElem*(), ProElement*(), and ProElempath*()
3. Call ProFeatureRedefine() to replace the old element tree with the new one.
도움이 되셨나요?