Share

AcDbTable::getCellExtents

C++

virtual Acad::ErrorStatus getCellExtents(
    int row, 
    int col, 
    bool isOuterCell, 
    AcGePoint3dArray& pts
) const;

Description

This function returns the cell extents for the specified cell.

Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.

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
isOuterCell Output Boolean indicating whether the specified cell is an outer cell
pts Output point array containing the cell extents information

Links

AcDbTable

Was this information helpful?