Category Parameters and relations, Object ProRelset

Function ProRelsetRelationsGet


Description
Returns the relation strings for the specified relation set.
Replacement in Object TOOLKIT: pfcRelationOwner::Relations
Synopsis
#include <ProRelSet.h>
ProErrorProRelsetRelationsGet(
ProRelset* p_relset
/* (In)
The relation set.
*/
ProWstring** p_line_array
/* (Out)
The address to a user-allocated array of ProWstring. Use the functions ProArrayAlloc() and ProWstringproarrayFree() to allocate and free this array. Do not reuse the array.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the relations.
OtherAn error occurred and the function failed.
See Also
ProArrayAlloc
ProArrayFree

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_examples ( TestRelation.c )
  4. pt_userguide ( UgRelsEdit.c )