public enum ClipMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ClipMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum ClipMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ClipMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
DiscardArea | Deletes only the features inside the clip area and keeps all other intersecting features. |
PreserveArea | Keeps only the features inside the clip area and deletes all other intersecting features. |
PreserveBothAreasSplit | Keeps all intersecting features. |
System.Object
System.ValueType
System.Enum
ArcGIS.Desktop.Editing.ClipMode
Target Platforms: Windows 10, Windows 8.1, Windows 7