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

In This Topic
    GeometricEffectEnclosingPolygonMethod Enumeration
    In This Topic
    Geometric effect enclosing polygon methods.
    Syntax
    public enum GeometricEffectEnclosingPolygonMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum GeometricEffectEnclosingPolygonMethod 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    ClosePath ClosePath - for polygon input, it generates a polygon that matches the geometry of a polygon feature. For line input, it generates a polygon that connects both ends of the line to each other.
    ConvexHull ConvexHull - for polygon input, it generates a polygon with a minimum number of sides to surround the feature. For line input, it generates a polygon that approximates the shape of the line.
    RectangularBox RectangularBox - generates a polygon equal to the spatial envelope of the feature.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also