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

In This Topic
    GeometricEffectDonutMethod Enumeration
    In This Topic
    Geometric effect donut methods.
    Syntax
    public enum GeometricEffectDonutMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum GeometricEffectDonutMethod 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Bevelled Bevelled - follows the shortest straight path across a convex corner of the polygon.
    Mitered Mitered - matches the exact shape around a convex corner of the polygon.
    Rounded Rounded - follows a path of equal distance around a convex corner of the polygon.
    Square Square - follows a straight path across the corner of a line or polygon.
    TrueBuffer TrueBuffer - uses the buffer algorithm to follow a path around convex corners.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also