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


ISelection.CanCopy Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelection Interface > ISelection.CanCopy Method
ArcGIS Developer Help

ISelection.CanCopy Method

Indicates if the selection can be copied.

[Visual Basic .NET]
Public Function CanCopy ( _
) As Boolean
[C#]
public bool CanCopy (
);
[C++]
HRESULT CanCopy(
void
);

Product Availability

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

See Also

ISelection Interface