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


In This Topic
    Geometry Class Methods
    In This Topic

    For a list of all members of this type, see Geometry members.

    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