API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::indexOfRow Method
OdDbBlockPropertiesTable::indexOfRow Method
Syntax
C++
int indexOfRow(int id) const;
Parameters 
Description 
int id 
[in] Row ID.  

The index of the specified row ID. 

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.

Gets the index of the specified row ID. 

 

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