Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockPropertiesTable::idOfRow Method
Syntax
C++
int idOfRow(int index) const;

rows may be reordered, but each row has unique (within the table) id that will not change

  • details Gets the ID of the specified row.

 

Parameters
Description
index
[in] Row index.

The ID of the specified row as an integer value. 

1 if the index is not valid. Rows may be reordered, but each row has a unique (within the table) ID that does not change.

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