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

The true value if the column values are unique, or false otherwise.

Checks whether the column values are unique. 

 

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

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