API Documentation > Data sharing > Object ProVariantfeat > Function ProVariantfeatParamStandardize
Function ProVariantfeatParamStandardize
Description
Removes a varied parameter from the inheritance feature or flexible component.
Synopsis
#include <ProVariantFeat.h>
ProVariantfeatParamStandardize
(
ProFeature* variant_feature
/* (In)
The variant feature handle.
*/
ProParameter* varied_param
/* (In)
The parameter which is currently varied in the feature.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The parameter is not varied in the feature.
User Guide References
Was this helpful?