Category
Sketches and sections
, Object
ProSection
Function ProSectionConstraintDelete
Description
Delete the specified section constraint.
Synopsis
#include <
ProSection.h
>
ProError
ProSectionConstraintDelete
(
ProSection
section
/* (In)
The section
*/
int
constraint_id
/* (In)
The identifier of the constraint to delete
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the constraint.
PRO_TK_BAD_INPUTS
One or more of the input arguments are invalid.
PRO_TK_INVALID_TYPE
Constraint could not be deleted
Manual References:
Element Trees: Sections: Section Constraints