ArcGIS Pro 2.6 API Reference Guide
GeometricEffectOffsetTangentMethod Enumeration

ArcGIS.Core.CIM Namespace : GeometricEffectOffsetTangentMethod Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace