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

Pointer to the default value of the specified column as an OdResBufPtr object.

Gets 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.