Description | ||||||||||||||
Replaces an entity from the specified section with another entity from the same section (for redefine purposes). | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProSection.h> | ||||||||||||||
ProError | ProSectionEntityReplace | ( | ||||||||||||
ProSection section | ||||||||||||||
/* (In) | ||||||||||||||
The section | ||||||||||||||
*/ | ||||||||||||||
int orig_entity_id | ||||||||||||||
/* (In) | ||||||||||||||
The identifier of the entity to be replaced | ||||||||||||||
*/ | ||||||||||||||
int new_entity_id | ||||||||||||||
/* (In) | ||||||||||||||
The identifier of the entity to replace the old one | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|