Description
This .NET class wraps the AcDbIdPair ObjectARX class.
IdPair is the element class for IdMapping, which is used in deep clone operations. It holds a pair of ObjectIds. The key is the original object's ID, and the value is the cloned object's ID.
Visual Basic
Public Structure IdPair End Structure
C#
public struct IdPair { }
Links
IdPair Methods, IdPair Operators, IdPair Properties
See Also
IdMapping, ObjectId