Category Sketches and sections, Object ProSection

Function ProSectionConstraintDeny


Description
Denies the specified section constraint.

This function shouldn't be called if Intent Manager mode is used for the section (see ProSectionIntentManagerModeSet()

Synopsis
#include <ProSection.h>
ProErrorProSectionConstraintDeny(
ProSection section
/* (In)
The section
*/
int constraint_id
/* (In)
The identifier of the constraint to deny
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully denied the constraint.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_BAD_CONTEXTIntent Manager mode is used for the section

Manual References:

  1. Element Trees: Sections: Section Constraints
  2. Element Trees: Sections: Section Constraints

Sample Code References:

  1. pt_examples ( UtilSect.c )