public static Multipoint CreateMultipoint( MapPoint point, SpatialReference spatialReference )
Public Overloads Shared Function CreateMultipoint( _ ByVal point As MapPoint, _ Optional ByVal spatialReference As SpatialReference _ ) As Multipoint
Parameters
- point
- The point.
- spatialReference
- (Optional) The spatial reference of the newly created multipoint. If it is null, then the spatial reference will be inherited from the input point.
Return Value
A Multipoint.