Function ProMdlIsVariantfeatMdl
Description
Identifies if a model pointer is from an inheritance feature or flexible component.
Replacement in Object TOOLKIT:
Synopsis
#include <ProVariantFeat.h>
ProMdlIsVariantfeatMdl
(
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
The function succeeded.
One or arguments was invalid.
See Also
User Guide References
Isto foi útil?