Category Parameters and relations, Object ProRelset

Function ProRelsetDelete


Description
Deletes all relations in specified relation set.
Replacement in Object TOOLKIT: pfcRelationOwner::DeleteRelations
pfcModel::DeletePostRegenerationRelations
Synopsis
#include <ProRelSet.h>
ProErrorProRelsetDelete(
ProRelset* p_relset
/* (In)
The relation set, containing relations to delete.
*/
)
Returns
PRO_TK_NO_ERRORThe function deleted all relations from the set.
OtherAn error occurred and the function failed.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestRelation.c )