C++
virtual Acad::ErrorStatus setFieldId( int row, int col, const AcDbObjectId& fieldId );
Description
This function sets the AcDbField object ID 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 |
| fieldId | Input AcDbField object ID |