public enum PlacementClip : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum PlacementClip Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum PlacementClip : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum PlacementClip Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
| Member | Description | 
|---|---|
| ClipAtBoundary | Markers are clipped at the boundary of the polygon. | 
| DoNotClip | Markers are not clipped and may extend past the boundary of the polygon. | 
| DoNotTouchBoundary | Markers are not drawn if they touch the boundary of the polygon. | 
| RemoveIfCenterOutsideBoundary | Markers are not drawn if their center falls outside of the polygon. | 
System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.PlacementClip
Target Platforms: Windows 11, Windows 10, Windows 8.1