标题: 请问:如何实现让程序实行删除PART文件中的实体,比如线等等 [打印本页] 作者: endiaons 时间: 2005-11-21 16:31 标题: 请问:如何实现让程序实行删除PART文件中的实体,比如线等等 等候佳音作者: breezezhu 时间: 2005-11-22 19:39
To delete objects, we recommend:
Save the objects in an array and then perform the delete function using UF_OBJ_delete_array_of_objects after you have completed the cycling.
If you have multiple objects to delete, you should use the routine UF_OBJECT_delete_array_of_objects, as it will be much faster.
UF_OBJ_delete_object (tag_t object_id );
tag_t object_id Input Object identifier of object to delete