| Description |
| Retrieves the value for the specified item for the instance. |
| Replacement in Object TOOLKIT: | pfcFamilyMember::GetCell |
| Synopsis |
| #include <ProFaminstance.h> |
| ProError | ProFaminstanceValueGet | ( |
| ProFaminstance* p_inst | |
| /*
(In) |
| The instance handle |
| */ |
| ProFamtableItem* p_item | |
| /*
(In) |
| The model item |
| */ |
| ProParamvalue* proval | |
| /*
(Out) |
| The value in the family table of an item that corresponds to the specified model item for that instance |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully retrieved the information. |
| PRO_TK_E_NOT_FOUND | | The specified instance does not exist in the family table, or the specified model item is not table-driven. |
| PRO_TK_GENERAL_ERROR | | A general error occurred and the function failed (for example, the function could not find the family table, or the generic model). |
|