ArcGIS Pro 2.6 API Reference Guide
GeometricEffectOffsetMethod Enumeration

ArcGIS.Core.CIM Namespace : GeometricEffectOffsetMethod Enumeration
Geometric effect offset method which specifies the way the strokes or fills are displayed at corners.
Syntax
public enum GeometricEffectOffsetMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum GeometricEffectOffsetMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Bevelled Bevelled - follows the shortest straight path across a corner of the line or polygon.
Mitered Mitered - matches the exact shape around a corner of the line or polygon.
Rounded Rounded - follows a path of equal distance around a corner of the line or polygon.
Square Square - follows a straight path across the corner of a line or polygon.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace