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


In This Topic
    Geometry Class Members
    In This Topic

    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 Indicates whether this geometry is known to be topologically consistent according to the geometry type for storage in a database.  
    Public Property Indicates whether this geometry is known to be topologically consistent according to the Open Geospatial Consortium (OGC) validation specification.  
    Public Property Gets the length of this geometry  
    Public Property Gets the number of points that comprise this geometry.  
    Public PropertyGets the spatial reference of this 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