codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  IDPair object

A special object for use with the CopyObjects method that contains the object IDs of both the source and destination objects.

VBA class name:

AcadIDPair 

Create using:

User-defined variable, populated through the CopyObjects method 

Access via:

User-defined variable 

The IDPair object is a transient object that is used as an optional parameter in the CopyObjects method. The CopyObjects method popuplates the IDPair object with the object IDs of the source objects, and the newly created copied objects, thus creating a map between all of the objects that are copied and created.

The IDPair object returns all objects that are copied in the operation. This includes the primary set of objects being copied, as well as any objects owning, or owned by, the primary objects. The IDPair object also contains information about the copy and translation process.

NOTE This object is used for advanced cloning functions. General users should avoid using this optional functionality.

Methods

None 

Properties

Application

IsCloned

IsOwnerXlated

IsPrimary

Key

Key32

Value

Value32  

 

   Comments?