ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryBagBuilderEx Class


In This Topic
    GeometryBagBuilderEx Class Methods
    In This Topic

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

    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 Methodstatic (Shared in Visual Basic)Overloaded.   
    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.  
    Public Method Inserts the given geometry before the specified index.  
    Public MethodOverloaded.   
    Public Method Remove the geometry specified by the given index.  
    Public MethodOverridden. Sets this instance to empty by clearing the Geometries list.  
    Public MethodReturns a GeometryBag instance representing the current state of the builder.  
    Top
    See Also