GetBlockTableRecordId2 Method

Gets the block table record object id associated to a specifed cell.

See Also | Example

Signature

object.GetBlockTableRecordId2 nRow, nCol, nContent

Object

Table
The object this method applies to.

nRow

Integer; Input-only
The row number of the cell to set.

nCol

Integer; Input-only
The column number of the cell to set.

nContent

Integer; Input-only
The content value of the cell.

RetVal

Long_PTR; Output-only
The pointer to hold the block table record object id.

 

   Comments?