Share

AcDbTable::removeDataLink

C++

Acad::ErrorStatus removeDataLink(
    int nRow, 
    int nCol
);

Description

This function removes all the data links in the table.

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

Links

AcDbTable

Was this information helpful?