ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryBagBuilderEx Class
Properties Methods


In This Topic
    GeometryBagBuilderEx Class Members
    In This Topic

    The following tables list the members exposed by GeometryBagBuilderEx.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the list of geometries that define this builder.  
    Public Property Gets the number of geometries.  
    Public PropertyOverridden. Gets the geometry type. Always returns GeometryType.GeometryBag.  
    Public PropertyOverridden.  Gets or sets the HasID flag which indicates whether the geometry bag contains IDs.  
    Public PropertyOverridden.  Gets or sets the HasM flag which indicates whether the geometry bag contains Ms.  
    Public PropertyOverridden.  Gets or sets the HasZ flag which indicates whether the geometry bag contains Zs.  
    Public PropertyOverridden.  Gets a boolean which indicates if this instance is empty or not. This instance is empty if it has zero geometries.  
    Public PropertyGets or sets the GeometryBuilderEx.SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
    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 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