API Documentation > Sketches and sections > Object ProSection > Function ProSectionConstraintDelete
Function ProSectionConstraintDelete
Description
Delete the specified section constraint.
Synopsis
#include <ProSection.h>
ProSectionConstraintDelete
(
ProSection section
/* (In)
The section
*/
int constraint_id
/* (In)
The identifier of the constraint to delete
*/
)
Returns
The function successfully deleted the constraint.
Model is in read-only state.
One or more of the input arguments are invalid.
Constraint could not be deleted
User Guide References
Was this helpful?