API 文件集
>
Parameters and relations
>
Object ProRelset
> Function ProRelsetToModelitem
Function ProRelsetToModelitem
Description
Gets the model item that owns the specified relation set.
NOTE:
Only those model items whose types are specified by
ProRelObjType
are supported.
Synopsis
#include <
ProRelSet.h
>
ProError
ProRelsetToModelitem
(
ProRelset
* p_relset
/* (In)
The associated relation set
*/
ProModelitem
* p_item
/* (Out)
The model item
*/
)
Returns
PRO_TK_NO_ERROR
The owner was found and returned.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_INVALID_ITEM
The input relation set was not valid.
Sample Code References
pt_examples ( TestRelation.c )
User Guide References
Relations:ProRelsetToModelitem
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳