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

In This Topic
    GeometricEffectOffsetTangentMethod Enumeration
    In This Topic
    Geometric effect offset tangent methods which specify the origin of the tangent offset for the line. The beginning and end of the lines are defined by how the line was digitized.
    Syntax
    public enum GeometricEffectOffsetTangentMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum GeometricEffectOffsetTangentMethod 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    BeginningOfLine BeginningOfLine - the tangent offset is applied from the beginning of the line.
    EndOfLine EndOfLine - the tangent offset is applied from the end of the line.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also