Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlVariantfeatAsmcomppathGet


Description
Obtains a special model pointer from an inheritance feature or flexible component. This pointer is for use in accessing properties that can be modified by the presence of an inheritance feature or flexible component. Other functions will return an error if provided with this pointer. To read or modify values not accessible from this pointer, retrieve the parent model using the model name and type using ProMdlRetrieve() or the equivalent. Consult the Creo Parametric TOOLKIT User's Guide for details on the functions that are supported by this pointer.
Synopsis
#include <ProVariantFeat.h>
ProErrorProMdlVariantfeatAsmcomppathGet(
ProMdl mdl
/* (In)
The inheritance feature model handle.
*/
ProAsmcomppath* p_handle
/* (Out)
The component path from the top level inheritance feature or to the flexible component model owner.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or arguments was invalid.

Manual References:

  1. Assembly: Data Sharing Features: Variant Feature Model