ArcGIS Pro 2.6 API Reference Guide
GeometricEffectEnclosingPolygonMethod Enumeration

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

See Also

Reference

ArcGIS.Core.CIM Namespace