Category Data sharing, Object ProVariantfeat

Function ProVariantfeatItemStandardize


Description
Removes a varied item from the inheritance feature or flexible component.
Synopsis
#include <ProVariantFeat.h>
ProErrorProVariantfeatItemStandardize(
ProFeature* variant_feature
/* (In)
The variant feature handle.
*/
ProModelitem* varied_item
/* (In)
The item 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 item is not varied in the feature.

Manual References:

  1. Assembly: Data Sharing Features: Variant Model Items
  2. Assembly: Data Sharing Features: Variant Model Items