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

The name of the column.

Gets the name of the column. 

 

Throws the eInvalidIndex exception if the column index is not valid. Returns OdString::kEmpty if the object specified with the column is NULL or if the object does not belong to any of these types:

  • OdDbBlockUserParameter
  • OdDbBlockParameter
  • OdDbAttributeDefinition
  • OdDbAttributeDefinitionPtr
Copyright © 2002–2021. Open Design Alliance. All rights reserved.