Category
Parameters and relations
, Object
ProRelset
Function ProRelsetCreate
Description
Creates a new relation set.
Synopsis
#include <
ProRelSet.h
>
ProError
ProRelsetCreate
(
ProModelitem
*
p_item
/* (In)
The model item for which to create the relation set
*/
ProRelset
*
p_relset
/* (Out)
The relation set
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully created the new relation set.
PRO_TK_E_FOUND
The relation set already exists.
Other
There was an internal error, and the function did not create the relation set.
Manual References:
Core: Relations: Relations
Core: Relations: Relations
Sample Code References:
pt_examples ( TestRelation.c )