Share

AcDbTable::deleteContent

C++

Acad::ErrorStatus deleteContent(
    const AcCellRange& range
);

Description

This function deletes all the contents in a range of cells.

Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.

Parameters

Parameters Description
range Input range of cells to delete the contents

Links

AcDbTable

Was this information helpful?