Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setColumnWidth Method (OdUInt32, double)
Syntax
C++
virtual void setColumnWidth(OdUInt32 column, double width);

Sets the width of the specified column in this table entity (DXF 142). 

 

Parameters
Description
column
[in] Column index.
width
[in] Column width.

Method generates the eInvalidInput exception when the column width is negative.

Copyright © 2002-2022. Open Design Alliance All rights reserved.