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

The true value if the specified column is an attribute, or false otherwise.

Checks whether the specified column is an attribute. 

 

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

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