public void Copy()
public void Copy()
-(void) objectCopy;
function Leadtools.Annotations.Automation.AnnAutomation.Copy()
AnnAutomation can copy objects to the clipboard when one or more Leadtools.Annotations.Core.AnnObject objects are currently in edit mode (selected).
Use the CanCopy property to determine whether objects inside this AnnAutomation can currently be copied to the clipboard
You can call Copy followed by DeleteSelectedObjects to simulate a clipboard "cut" operation.
Since clipboard operations is platform-specific, this method will use AnnPlatformCallbacks.SetClipboardData of AnnAutomationManager.PlatformCallbacks to perform the copy operation.