Fundamentals > Program > Editing a Design > Feature Operations > Example: Suppressing and Resuming Individual Part or Assembly Features
Example: Suppressing and Resuming Individual Part or Assembly Features
In Pro/PROGRAM, to suppress a single feature that is not part of a group, add the word SUPPRESSED after the word ADD, as shown in the following example. Then you would add a line to the end of the feature that reads END ADD.
To suppress an entire group programmatically, include the statement IF <value = NO for a yes/no parameter> before the GROUP HEADER line, and the syntax ENDIF after the last line in the group. All members of the group are suppressed.
* 
In Pro/PROGRAM, all groups contain a group header, which is identical to the group name.