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

Sets the default 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.