Category Sketches and sections, Object ProSection

Function ProSectionConstraintDelete


Description
Delete the specified section constraint.
Synopsis
#include <ProSection.h>
ProErrorProSectionConstraintDelete(
ProSection section
/* (In)
The section
*/
int constraint_id
/* (In)
The identifier of the constraint to delete
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the constraint.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_INVALID_TYPEConstraint could not be deleted

Manual References:

  1. Element Trees: Sections: Section Constraints