Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockPropertiesTable::setConstant Method
Syntax
C++
OdResult setConstant(int column, bool val);

Specifies whether the column is constant. 

 

Parameters
Description
column
[in] Column index.
val
[in] Specify true to set that the column is constant, or false otherwise.

Returns eOk if the column is set to constant successfully, or eInvalidIndex otherwise.

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