Category Parameters and relations, Object ProRelset

Function ProRelsetIsUnitsSensitive


Description
Gets the p_is_units_sensitive attribute of the given relation set.
Replacement in Object TOOLKIT: wfcWRelationOwner::UnitsUsed
Synopsis
#include <ProRelSet.h>
ProErrorProRelsetIsUnitsSensitive(
ProRelset* p_relset
/* (In)
The relation set.
*/
ProBool* p_is_units_sensitive
/* (Out)
A Boolean stating if the relation set should be set as units sensitive.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_E_NOT_FOUNDThe post regeneration relation set was not found.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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