ArcGIS Pro 2.6 API Reference Guide
PlacementClip Enumeration

ArcGIS.Core.CIM Namespace : PlacementClip Enumeration
Options for how the markers should be clipped at the polygon boundary.
Syntax
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.PlacementClip

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace