API Documentation > Sketches and sections > Object ProSection > Function ProSectionConstraintDeny
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>
ProSectionConstraintDeny
(
ProSection section
/* (In)
The section
*/
int constraint_id
/* (In)
The identifier of the constraint to deny
*/
)
Returns
The function successfully denied the constraint.
One or more of the input arguments are invalid.
Intent Manager mode is used for the section
Sample Code References
User Guide References
Was this helpful?