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.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from multipoint.
Return Value
A Multipoint.