ArcGIS Pro 2.6 API Reference Guide
FromEsriShape Method (MultipointBuilder)

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class : FromEsriShape Method
Esri shape buffer representation of the Multipoint.
(Optional)The spatial reference of the Multipoint.
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.
Esri shape buffer is invalid or does not represent a Multipoint.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilder Class
MultipointBuilder Members