API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::setFormat Method
OdDbBlockPropertiesTable::setFormat Method
Syntax
C++
void setFormat(int column, const OdString& f);
Parameters 
Description 
int column 
[in] Column index.  
const OdString& f 
[in] Format of the specified column. 

Sets the format of the specified column. 

 

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

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