Share

AcDbTable::setGridVisibility

C++

virtual Acad::ErrorStatus setGridVisibility(
    int row, 
    int col, 
    short nEdges, 
    AcDb::Visibility value
);

Description

This function sets the grid visibility of the specified edge of the 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
nEdges Input integer specifying the edge index for the cell
value Input visibility to be used for the grid at the specified edge of the cell

Links

AcDbTable

Was this information helpful?