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

GeometryBagBuilderEx Constructor(GeometryBag)
Creates a new instance of the GeometryBagBuilderEx class.
Syntax
public GeometryBagBuilderEx( 
   GeometryBag 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, Windows 8.1

ArcGIS Pro version: 3.0 or higher.
See Also