ArcGIS Pro 2.6 API Reference Guide
GeometryBag Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : GeometryBag Class

The following tables list the members exposed by GeometryBag.

Public Properties
 NameDescription
Public Property Gets the dimension of the geometry. (Inherited from ArcGIS.Core.Geometry.Geometry)
Public PropertyOverridden.  Gets the minimum enclosing envelope of the instance.  
Public Property Gets a list of geometries in this GeometryBag.  
Public PropertyOverridden. Gets the geometry type. Always returns GeometryType.GeometryBag.  
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 PropertyOverridden.  Gets a value indicating whether or not this instance is empty.  
Public Property Gets the number of parts (geometries) in this instance.  
Public PropertyOverridden.  Gets the count of all points in all parts for this instance.  
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 MethodOverloaded.   
Public MethodOverloaded. Overridden.   
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

GeometryBag Class
ArcGIS.Core.Geometry Namespace