ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / PlacementClip Enumeration

In This Topic
    PlacementClip Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also