| Description |
| Retrieves the component model, given a component feature. |
| Replacement in Object TOOLKIT: | pfcComponentFeat::ModelDescr |
| Synopsis |
| #include <ProAsmcomp.h> |
| ProError | ProAsmcompMdlGet | ( |
| ProAsmcomp* p_feat_handle | |
| /*
(In) |
| The handle to the component feature |
| */ |
| ProMdl* p_mdl_handle | |
| /*
(Out) |
| The model handle to be initialized |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The argument corresponds to a valid component feature with a valid component model. |
| PRO_TK_BAD_INPUTS | | The specified feature is not a valid component feature. |
| PRO_TK_E_NOT_FOUND | | Assembly component model is not a solid or is not in memory. |
|