public static Multipoint CreateMultipoint( IEnumerable<MapPoint> points, SpatialReference spatialReference )
Public Overloads Shared Function CreateMultipoint( _ ByVal points As IEnumerable(Of MapPoint), _ Optional ByVal spatialReference As SpatialReference _ ) As Multipoint
Parameters
- points
- The set of points which will comprise the multipoint.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from points.
Return Value
A Multipoint.