Category Parameters and relations, Object ProRelset

Function ProRelsetUnitsSensitiveSet


Description
Sets the p_is_units_sensitive attribute of the given relation set.
Replacement in Object TOOLKIT: wfcWRelationOwner::UseUnits
Synopsis
#include <ProRelSet.h>
ProErrorProRelsetUnitsSensitiveSet(
ProRelset* p_relset
/* (In)
The relation set.
*/
ProBool p_is_units_sensitive
/* (In)
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