Share via


MultiPoint Method (CoordinateSystem)

Creates a geographic multipoint.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Shared Function MultiPoint ( _
    coordinateSystem As CoordinateSystem _
) As GeographyFactory(Of GeographicMultiPoint)
'Usage
Dim coordinateSystem As CoordinateSystem
Dim returnValue As GeographyFactory(Of GeographicMultiPoint)

returnValue = GeographyFactory.MultiPoint(coordinateSystem)
public static GeographyFactory<GeographicMultiPoint> MultiPoint(
    CoordinateSystem coordinateSystem
)
public:
static GeographyFactory<GeographicMultiPoint^>^ MultiPoint(
    CoordinateSystem^ coordinateSystem
)
static member MultiPoint : 
        coordinateSystem:CoordinateSystem -> GeographyFactory<GeographicMultiPoint> 
public static function MultiPoint(
    coordinateSystem : CoordinateSystem
) : GeographyFactory<GeographicMultiPoint>

Parameters

Return Value

Type: System.Spatial..::..GeographyFactory< (Of < ( <'GeographicMultiPoint> ) > ) >
A geographic multipoint factory.

See Also

Reference

GeographyFactory Class

MultiPoint Overload

System.Spatial Namespace