API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::idOfRow Method
OdDbBlockPropertiesTable::idOfRow Method
Syntax
C++
int idOfRow(int index) const;
Parameters 
Description 
int 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.

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.

 

Copyright © 2002–2021. Open Design Alliance. All rights reserved.