ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / GeometricEffectExtensionOrigin Enumeration

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  
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 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also