API Reference > OdDb Classes > OdDbIdMapping Class > OdDbIdMapping Methods > OdDbIdMapping::compute Method
OdDbIdMapping::compute Method
Syntax
C++
virtual bool compute(OdDbIdPair& idPair) const = 0;
Parameters 
Description 
OdDbIdPair& idPair 
[in/out] Supplies the key and receives the value. 

Returns the value of the IdPair in this IdMapping object that matches the key in the specified IdPair object. 

 

Returns true if and only if the key is found.

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