API 文件集 > 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.
Model is in read-only state.
One or more of the input arguments are invalid.
Intent Manager mode is used for the section
Sample Code References
這是否有幫助?