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

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

column flags

  • details Checks whether the specified column is constant.

 

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

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