Share

AcDbTable::gridVisibility

C++

virtual AcDb::Visibility gridVisibility(
    int row, 
    int col, 
    AcDb::CellEdgeMask iEdge
) const;

Description

This function returns the grid visibility of the specified edge of the 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
iEdge Input integer specifying the edge index for the cell

Links

AcDbTable

Was this information helpful?