ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryBagBuilderEx Class / Geometries Property

In This Topic
    Geometries Property (GeometryBagBuilderEx)
    In This Topic
    Gets or sets the list of geometries that define this builder.
    Syntax
    public IList<Geometry> Geometries {get; set;}
    Public Property Geometries As IList(Of Geometry)
    Exceptions
    ExceptionDescription
    The input is null.
    Remarks
    The getter returns the geometries list by reference. A change to the returned list changes the builder geometry list. The setter copies the input to a new list. The input cannot be null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also