Share

AcDbTable::blockTableRecordId

C++

virtual AcDbObjectId blockTableRecordId(
    int row, 
    int col
) const;

Description

This function returns the object ID of the block table record at the specified cell in the table.

Parameters

Parameters Description
row Input integer specifying the zero-based row index for the cell
col Input integer specifying the zero-based column index for the cell

Links

AcDbTable

Was this information helpful?