ArcGIS Pro 2.6 API Reference Guide
Polygon Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : Polygon Class

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 the instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
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 Gets the 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 the geometry. (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 the 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 Copy all the coordinates of all the parts to a list of coordinates. (Inherited from ArcGIS.Core.Geometry.Multipart)
Public Method Copy all the coordinates of all the parts to a list of coordinates. (Inherited from ArcGIS.Core.Geometry.Multipart)
Public Method Gets all the segments in this multipart. (Inherited from ArcGIS.Core.Geometry.Multipart)
Public MethodOverloaded.   
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

Reference

Polygon Class
ArcGIS.Core.Geometry Namespace