IAcadIdPair
TeighaX Interface of a special object for use with the CopyObjects method that contains the object IDs of both the source and destination objects
Supported Platforms: Windows only
Object Inheritance
Members
These members are part of this object:
Properties- IsCloned
- IsOwnerXlated
- IsPrimary
- key
- Value
- Application
- IsCloned [ReadOnly]
Boolean IsCloned( )
Determines if the source object in a CopyObjects operation has been cloned
- IsOwnerXlated [ReadOnly]
Boolean IsOwnerXlated( )
Determines if the owning object in a CopyObjects operation has been translated
- IsPrimary [ReadOnly]
Boolean IsPrimary( )
Determines if the source object in a CopyObjects operation was part of the primary set of objects being copied, or if it was simply owned by a member in the primary set
- key [ReadOnly]
LONG_PTR key( )
The object ID of the source object in the CopyObjects operation
- Value [ReadOnly]
LONG_PTR Value( )
The object ID of the newly created cloned object in the CopyObjects operation
- Application [ReadOnly]
IDispatch* Application( )
Gets the Application object.