Bcc.DeleteEntities
Bcc.DeleteEntities({EntityIDs})
Description
This function can be utilized to delete entities from the entity database.
Parameters
The primary input of this function is a Table contains the entity ID's that should be deleted:
- EntityIDs - table containing an Entity IDs list
Examples
-- Get the selected entities in the workspace
entsTable = Bcc.GetSelectedEntities(true)
-- Delete those entities from the entity database
Bcc.DeleteEntities(entsTable)