For a 64-Bit system, gets the attribute value associated to a specified block cell. (Obsolete)
Supported platforms: Windows only
VBA:
RetVal = object.GetBlockAttributeValue232(nRow, nCol, nContent, blkId)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The index of the row.
Access: Input-only
Type: Long
The index of the column.
Access: Input-only
Type: Long
The index of the content.
Access: Input-only
Type: Long
The value of the block table record.
Type: String
The returned block attribute value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available