Share

AcDbTable::updateDataLink

C++

Acad::ErrorStatus updateDataLink(
    AcDb::UpdateDirection nDir, 
    AcDb::UpdateOption nOption
);

Description

This function updates all the data links in the table

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

Parameters

Parameters Description
nDir Input direction of update

Links

AcDbTable

Was this information helpful?