C++
int acedSSSubentDel( const AcDbFullSubentPath& subentity, const ads_name ss );
File
acedsubsel.h
Description
Deletes the specified entity from the specified selection set. Both the subentity and selection set names must be valid for the current drawing.
Only entities from the current drawing's model space and paper space can be deleted by this function. This function does not delete nongraphical objects or entities in block definitions other than model space or paper space.
Returns RTNORM if successful. Otherwise, returns an error code.
Parameters
Parameters | Description |
---|---|
subentity | Input the subentity to delete from the selection set |
ss | Input the name of the selection set from which the entity should be deleted |