Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockPropertiesTable::getColumnName Method
Syntax
C++
OdString getColumnName(int column) const;

Gets the name of the column. 

 

Parameters
Description
column
[in] Column index.

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-2022. Open Design Alliance All rights reserved.