Category Sketches and sections, Object ProSection

Function ProSectionEntityDelete


Description
Deletes an entity from the specified section.
Replacement in Object TOOLKIT: wfcSection::DeleteEntity
Synopsis
#include <ProSection.h>
ProErrorProSectionEntityDelete(
ProSection section
/* (In)
The section
*/
int entity_id
/* (In)
The identifier of the entity
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the entity.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Element Trees: Sections: Adding Section Entities
  2. Element Trees: Sections: Adding Section Entities

Sample Code References:

  1. pt_examples ( TestSect.c )
  2. pt_examples ( UtilSect.c )
  3. pt_examples ( UtilSect.c )