API Reference > OdDb Classes > OdDbIdPair Class > OdDbIdPair Constructor > OdDbIdPair::OdDbIdPair Constructor ()
OdDbIdPair::OdDbIdPair Constructor ()
Syntax
C++
OdDbIdPair(); OdDbIdPair(const OdDbIdPair& source); OdDbIdPair(const OdDbObjectId& key); OdDbIdPair(const OdDbObjectId& key, const OdDbObjectId& value, bool cloned = false, bool ownerXlated = true, bool primary = false);
Parameters 
Description 
const OdDbIdPair& source 
[in] OdDbIdPair to be copied. param key [in] Object ID to use as key. param value [in] Object ID to use as Value. param cloned [in] Key object has been cloned. param ownerXlated [in] Owner of key object has been translated. param primary [in] Key object is primary. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.