API Reference > OdDb Classes > OdDbIdPair Class
OdDbIdPair Class
OdDbIdPair
Syntax
C++
class OdDbIdPair;

DbIdMapping.h

This class is the element class for OdDbMapping, which is used in deepclone operations to map Object IDs from the original objects to their clones.

Key is the Object ID of the original object. Value is the Object ID of the cloned object. 

 

TD_Db

 
Name 
Description 
 
This is the overview for the OdDbIdPair constructor overload. 
 
Name 
Description 
 
Returns true if and only if the key object for this IdPair object has been cloned. 
 
Returns true if and only if the owner of the key object for this IdPair object has been translated. 
 
Returns true if the key object for this IdPair is primary. 
 
key 
Returns the key for this IdPair object. 
 
set 
Sets the parameters for this IdPair object according to the arguments.
 
 
Controls the cloned setting for this IdPair object.
 
 
Sets the key for this IdPair object.
 
 
Controls the owner translated setting for this IdPair object.
 
 
Controls the primary setting for this IdPair object.
 
 
Sets the value for this IdPair object.
 
 
Returns the value for this IdPair object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.