Sets the Object ID of the block table record in the specified cell in this table entity.
Parameters
Parameters
Description
row
[in] Row index of the cell.
column
[in] Column index of the cell.
blockId
[in] Object ID of the block.
autoScale
[in] If true, autoscales the block to the cell.
Remarks
Method generates the eInvalidInput exception when the row argument is more than the number of rows, the column argument is more than the number of columns, the cell type is not OdDb::kBlockCell, or the object ID is invalid or kNull.