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

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

    ArcGIS Pro version: 3 or higher.
    See Also