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