Share

AcDbTable::getDataLink

C++

int getDataLink(
    const AcCellRange* pRange, 
    AcDbObjectIdArray& dataLinkIds
) const;

Description

This function gets the data links set in the specified range.

Parameters

Parameters Description
pRange Input pointer to the range to get the data links. If this is NULL it gets all the data links in the table
dataLinkIds Output reference to an array to receive the data link IDs

Links

AcDbTable

Was this information helpful?