IdPair Structure

Visual Basic
Public Structure IdPair
End Structure
C#
public struct IdPair {
}
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. 

Links
See Also

IdMapping, ObjectId