API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::unmatchedValue Method
OdDbBlockPropertiesTable::unmatchedValue Method
Syntax
C++
OdResBufPtr unmatchedValue(int column) const;
Parameters 
Description 
int column 
[in] Column index.  

Unmatched value of the specified column as an OdResBufPtr object.

Gets the unmatched value of the specified column. 

 

Throws the eInvalidIndex exception if the column index is not valid.

Copyright © 2002–2021. Open Design Alliance. All rights reserved.