ArcGIS Pro 2.6 API Reference Guide
GeometryBagBuilder Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : GeometryBagBuilder Class

The following tables list the members exposed by GeometryBagBuilder.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Gets the number of geometries contained in this GeometryBag. This method must be called on the MCT. Use QueuedTask.Run.  
Public PropertyOverridden. Gets the geometry type. Always returns GeometryType.GeometryBag.  
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Property Gets or sets the HasID flag of the instance. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>)
Public Property Gets or sets the HasM flag of the instance. This indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>)
Public Property Gets or sets the HasZ flag of the instance. This indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>)
Public Property Gets if the instance is an empty geometry. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>)
Public PropertyGets or sets the SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>)
Top
Public Methods
 NameDescription
Public Method Adds the given list of geometries to the end of the list of geometries in this GeometryBag.  
Public Method Adds the given geometry to the end of the list of geometries in this GeometryBag.  
Public Method Returns a clone of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a GeometryBag class from an Esri shape buffer.  
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a GeometryBag class from a JSON string representation.  
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a GeometryBag class from an XML string representation.  
Public Method Inserts the given list of geometries before the specified index. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Inserts the given geometry before the specified index. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Remove the geometry specified by the given index.  
Public Method Sets the geometry of this builder to empty. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>)
Public MethodOverridden. Returns a GeometryBag instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

GeometryBagBuilder Class
ArcGIS.Core.Geometry Namespace