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