ArcGIS Pro 2.8 API Reference Guide
GeometricEffectExtensionOrigin Enumeration

ArcGIS.Core.CIM Namespace : GeometricEffectExtensionOrigin Enumeration
Geometric effect extension origins. Specifies the origin of the extension to add to the line. The beginning and end of the line is defined by the direction the line was digitized.
Syntax
public enum GeometricEffectExtensionOrigin : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum GeometricEffectExtensionOrigin 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
BeginningOfLine BeginningOfLine - extension is added to the end of the line.
EndOfLine EndOfLine - extension is added to the end of the line.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.CIM Namespace