Returns the block scale value for the specified row and column.
Supported platforms: Windows only
VBA:
RetVal = object.GetBlockScale(row, col)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row in the table.
Access: Input-only
Type: Long
The column in the table.
Type: Double
The scale of the block.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available