Category Data sharing, Object ProVariantfeat

Function ProVariantfeatParamStandardize


Description
Removes a varied parameter from the inheritance feature or flexible component.
Synopsis
#include <ProVariantFeat.h>
ProErrorProVariantfeatParamStandardize(
ProFeature* variant_feature
/* (In)
The variant feature handle.
*/
ProParameter* varied_param
/* (In)
The parameter which is currently varied in the feature.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe parameter is not varied in the feature.

Manual References:

  1. Assembly: Data Sharing Features: Variant Parameters