ArcObjects Library Reference (Carto)  

ISelection.CanCut Method

Indicates if the selection can be cut.

[Visual Basic .NET]
Public Function CanCut ( _
) As Boolean
[C#]
public bool CanCut (
);
[C++]
HRESULT CanCut(
  VARIANT_BOOL* result
);
[C++]

Parameters

result [out, retval]   result is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISelection Interface