API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::setConstant Method
OdDbBlockPropertiesTable::setConstant Method
Syntax
C++
OdResult setConstant(int column, bool val);
Parameters 
Description 
int column 
[in] Column index.  
bool val 
[in] Specify true to set that the column is constant, or false otherwise.  

Returns eOk if the column is set to constant successfully, or eInvalidIndex otherwise.

Specifies whether the column is constant. 

 

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