ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Polygon Class
Properties Methods


In This Topic
    Polygon Class Members
    In This Topic

    The following tables list the members exposed by Polygon.

    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets the area of this instance.  
    Public Property Gets the dimension of the geometry. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets the minimum enclosing envelope of this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets the number of exterior rings in this polygon.  
    Public PropertyOverridden. Gets the geometry type. Always returns GeometryType.Polygon.  
    Public Property Gets a boolean value indicating whether or not the multipart contains segments other than straight line segments. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets a value indicating if the geometry has ID. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets a value indicating if the geometry has M. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets a value indicating if the geometry has Z. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets a value indicating whether or not this instance is empty. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Indicates whether this geometry is known to be topologically consistent according to the geometry type for storage in a database. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Indicates whether this geometry is known to be topologically consistent according to the Open Geospatial Consortium (OGC) validation specification. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets the 2D length of this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets the 3D length of this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets the number of parts in this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets the parts in this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets the count of all points in all parts for this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets a collection of points representing the vertices of all the parts. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public PropertyGets the spatial reference of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Top
    Public Methods
     NameDescription
    Public Method Clones this geometry instance. As geometry objects are immutable and hence never change, the clone returned will be this object rather than a copy of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Gets a copy of all the coordinates in all parts as a read-only list of 2D coordinates. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Method Gets a copy of all the coordinates in all parts as a read-only list of 3D coordinates. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Method Gets all the segments in this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Method Gets the specified exterior ring in this polygon.  
    Public Method Gets all of the exterior rings in this polygon.  
    Public MethodOverloaded.   
    Public Method Determines if the specified part of this polygon is an exterior ring.  
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public MethodSerializes this geometry instance into an ArcGIS JSON geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Serializes this geometry instance into an ArcGIS XML geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Top
    See Also