Share

AcDbTable::getBlockAttributeValue

C++

ACDBCORE2D_PORT AcString getBlockAttributeValue(
    int row, 
    int col, 
    int nContent, 
    const AcDbObjectId& attdefId
) const;

Description

Gets the block attribute value if the content at the specified content index is a block with attributes.

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
nContent Input integer specifying the zero-based content index for the cell
attdefId Input object ID of the AcDbAttributeDefinition object.

Returns

Block attribute value if a block with attributes exists at the specified index.

Links

AcDbTable

Was this information helpful?