ArcGIS Pro 2.6 API Reference Guide
GeometricEffectOffsetOption Enumeration

ArcGIS.Core.CIM Namespace : GeometricEffectOffsetOption Enumeration
Geometric effect offset options which specify the way the symbol handles complex geometries.
Syntax
public enum GeometricEffectOffsetOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum GeometricEffectOffsetOption 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Accurate Accurate - accommodates complex geometries and applied a true fit to the symbol.
Fast Fast - ignores complex geometries and applies a best fit to the symbol.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace