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


ISelection.CanPaste Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ISelection.CanPaste Method

Indicates if paste is supported.

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

Product Availability

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

See Also

ISelection Interface