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>
ProRelsetToModelitem
(
ProRelset* p_relset
/* (In)
The associated relation set
*/
ProModelitem* p_item
/* (Out)
The model item
*/
)
Returns
The owner was found and returned.
One or more input arguments was invalid.
The input relation set was not valid.
Sample Code References
User Guide References
這是否有幫助?