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를 사용할 때 가장 잘 작동합니다.