API 文件集 > Sketches and sections > Object ProSection > Function ProSectionEntityDelete
Function ProSectionEntityDelete
Description
Deletes an entity from the specified section.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
ProSectionEntityDelete
(
ProSection section
/* (In)
The section
*/
int entity_id
/* (In)
The identifier of the entity
*/
)
Returns
The function successfully deleted the entity.
Model is in read-only state.
One or more of the arguments are invalid.
Sample Code References
User Guide References
這是否有幫助?