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> | ||||||||
ProError | ProMdlVariantfeatAsmcomppathGet | ( | ||||||
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 | ||||||||
|