Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlIsVariantfeatMdl


Description
Identifies if a model pointer is from an inheritance feature or flexible component.
Replacement in Object TOOLKIT: wfcWModel::IsVariantFeatModel
Synopsis
#include <ProVariantFeat.h>
ProErrorProMdlIsVariantfeatMdl(
ProMdl mdl
/* (In)
The model handle.
*/
ProBoolean* is_var_feat_mdl
/* (Out)
PRO_B_TRUE if the model is obtained from a variant feature.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or arguments was invalid.
See Also
ProVariantfeatMdlGet

Manual References:

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