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

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

    ArcGIS Pro version: 3 or higher.
    See Also