ArcGIS Pro 2.6 API Reference Guide
Geometry Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : Geometry Class

The following tables list the members exposed by Geometry.

Public Properties
 NameDescription
Public Property Gets the dimension of the geometry.  
Public Property Gets the minimum enclosing envelope of the instance. Returns null if this geometry has IsEmpty = true.  
Public Property Gets the geometry type of the instance.  
Public Property Gets a value indicating if the geometry has ID.  
Public Property Gets a value indicating if the geometry has M.  
Public Property Gets a value indicating if the geometry has Z.  
Public Property Gets a value indicating whether or not the geometry is empty.  
Public Property Gets the number of points that comprise this geometry.  
Public PropertyGets the spatial reference of the instance.  
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.  
Public MethodCompares two Geometry for equality. Compares GeometryType, SpatialReference, and coordinates for equality.  
Public MethodOverloaded.   
Public MethodSerializes this geometry instance into an ArcGIS JSON geometry representation.  
Public Method Serializes this geometry instance into an ArcGIS XML geometry representation.  
Top
See Also

Reference

Geometry Class
ArcGIS.Core.Geometry Namespace