API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::setUnmatchedValue Method
OdDbBlockPropertiesTable::setUnmatchedValue Method
Syntax
C++
void setUnmatchedValue(int column, const OdResBuf* rb);
Parameters 
Description 
int column 
[in] Column index.  
const OdResBuf* rb 
[in] Unmatched value of the specified column. 

what is used in the context menu if parameter values do not match anything

  • details Sets 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.