This document is archived and information here might be outdated.  Recommended version.


ISelection.Copy Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISelection.Copy Method

Copy the selected items to the clipboard.

[Visual Basic .NET]
Public Sub Copy ( _
)
[C#]
public void Copy (
);
[C++]
HRESULT Copy(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISelection Interface