Method |
Description |
---|
AcDbTable::deleteContent (AcCellRange&) |
This function deletes all the contents in a range of cells.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status. |
AcDbTable::deleteContent (int, int) |
This function deletes all the contents in a cell.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status. |
AcDbTable::deleteContent (int, int, int) |
This function deletes a single content type from a cellReturns Acad::eOk if successful; otherwise, returns an AutoCAD error status. |