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


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

ISelection.Cut Method

Cut the selected items to the clipboard.

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

Product Availability

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

See Also

ISelection Interface