public new static Multipoint FromEsriShape( byte[] esriShapeBuffer, SpatialReference spatialReference )
Public Shared Shadows 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
A Multipoint.