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


In This Topic
    Geometry Class Properties
    In This Topic

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

    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
    See Also