Category Parameters and relations, Object ProRelset

Function ProRelsetRelationsSet


Description
Sets new values for existing relations of the relation set.
Replacement in Object TOOLKIT: pfcRelationOwner::Relations
pfcModel::PostRegenerationRelations
Synopsis
#include <ProRelSet.h>
ProErrorProRelsetRelationsSet(
ProRelset* p_relset
/* (In)
The relation set
*/
ProWstring* line_array
/* (In)
The relations assigned to this relation set
*/
int n_lines
/* (In)
The number of lines in the relations
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the new values.
OtherThere was an error and the function failed.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestRelation.c )
  2. pt_examples ( TestRelation.c )
  3. pt_userguide ( UgRelsEdit.c )
  4. pt_userguide ( UgRelsEdit.c )