Category Parameters and relations, Object ProRelset

Function ProRelsetCreate


Description
Creates a new relation set.
Synopsis
#include <ProRelSet.h>
ProErrorProRelsetCreate(
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_ERRORThe function successfully created the new relation set.
PRO_TK_E_FOUNDThe relation set already exists.
OtherThere was an internal error, and the function did not create the relation set.

Manual References:

  1. Core: Relations: Relations
  2. Core: Relations: Relations

Sample Code References:

  1. pt_examples ( TestRelation.c )