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 points of the newly created multipoint.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from points which requires traversing through the enumeration of points. For improved performance, use CreateMultipoint(IEnumerable<MapPoint>,AttributeFlags,SpatialReference).
Return Value
A Multipoint.