Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
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
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-2022. Open Design Alliance All rights reserved.