ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / FromEsriShape Method
Esri shape buffer representation of the Multipoint.
(Optional)The spatial reference of the Multipoint.

In This Topic
    FromEsriShape Method (MultipointBuilderEx)
    In This Topic
    Creates a new instance of a Multipoint class from an Esri shape buffer.
    Syntax
    Public Shared Function FromEsriShape( _
       ByVal esriShapeBuffer() As Byte, _
       Optional ByVal spatialReference As SpatialReference _
    ) As Multipoint

    Parameters

    esriShapeBuffer
    Esri shape buffer representation of the Multipoint.
    spatialReference
    (Optional)The spatial reference of the Multipoint.

    Return Value

    Exceptions
    ExceptionDescription
    The esriShapeBuffer is empty or null.
    The Esri shape buffer is invalid or does not represent a Multipoint.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also