ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class
Members

In This Topic
    MultipointBuilderEx Class
    In This Topic
    A builder for creating a Multipoint whose methods can be called on any thread.
    Object Model
    MultipointBuilderEx ClassMultipoint ClassMultipoint ClassMultipoint ClassMultipoint ClassMapPoint ClassSpatialReference ClassMultipoint Class
    Syntax
    public sealed class MultipointBuilderEx : GeometryBuilderEx 
    Public NotInheritable Class MultipointBuilderEx 
       Inherits GeometryBuilderEx
    Remarks
    Use the MultipointBuilderEx class to to create a Multipoint geometry. Use the ToGeometrymethod to get the Multipoint geometry from the builder.

    The MultipointBuilderEx methods can be called on any thread.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.GeometryBuilderEx
          ArcGIS.Core.Geometry.MultipointBuilderEx

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also