Share

AcDbTable::attachmentPoint

C++

AcGePoint3d attachmentPoint(
    int row, 
    int col, 
    int content
) const;

Description

This function returns the attachment point of the specified cell.

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
content Input integer specifying the zero-based content index in the cell

Links

AcDbTable

Was this information helpful?