Share

AcDbTable::blockScale

C++

virtual ADESK_DEPRECATED double blockScale(
    int row, 
    int col
) const;

Description

This function returns the scale factor of the block reference at the specified cell in the table.

This method is deprecated and may be removed in a future release.

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

Links

AcDbTable

Was this information helpful?