Share

AcDbTable::setGridLineWeight

C++

virtual Acad::ErrorStatus setGridLineWeight(
    int row, 
    int col, 
    short nEdges, 
    AcDb::LineWeight value
);

Description

This function sets the grid lineweight 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 lineweight to be used for the grid at the specified edge of the cell

Links

AcDbTable

Was this information helpful?