ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryBagBuilderEx Class / GeometryBagBuilderEx Constructor / GeometryBagBuilderEx Constructor(GeometryBag)
GeometryBag to edit.

In This Topic
    GeometryBagBuilderEx Constructor(GeometryBag)
    In This Topic
    Creates a new instance of the GeometryBagBuilderEx class.
    Syntax
    public GeometryBagBuilderEx( 
       GeometryBag geometryBag
    )
    Public Function New( _
       ByVal geometryBag As GeometryBag _
    )

    Parameters

    geometryBag
    GeometryBag to edit.
    Exceptions
    ExceptionDescription
    geometryBag is null.
    Remarks
    The spatial reference of the the input GeometryBag is transferred to the builder.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also