getBlockAttributeValue Method
Overload List
Method |
Description |
---|
AcDbTable::getBlockAttributeValue (int, int, AcDbObjectId&, ACHAR*&) |
Deprecated. Gets the attribute value from the block cell using the specified object ID key. If there is no overridden attribute value, it returns the default attribute value defined in the original AcDbAttributeDefinition object. |
AcDbTable::getBlockAttributeValue (int, int, int, AcDbObjectId&, ACHAR*&) |
Deprecated. Gets the block attribute value if the content at the specified content index is a block with attributes. |
AcDbTable::getBlockAttributeValue (int, int, int, AcDbObjectId&) |
Gets the block attribute value if the content at the specified content index is a block with attributes. |