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.
Public Structure IdPair End Structure
public struct IdPair { }
IdMapping, ObjectId
Comments? |