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

In This Topic
    GeometryBag Class
    In This Topic
    A class representing a GeometryBag. To create a geometry bag use the GeometryBagBuilderEx object.
    Object Model
    GeometryBag ClassGeometry ClassEnvelope ClassSpatialReference Class
    Syntax
    public sealed class GeometryBag : Geometry 
    Public NotInheritable Class GeometryBag 
       Inherits Geometry
    Remarks

    A GeometryBag is a heterogeneous collection of Geometry objects. A GeometryBag is based upon the parent Geometry class. The Geometry class is immutable which means that you can not change its shape once it is created.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.Geometry
          ArcGIS.Core.Geometry.GeometryBag

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also