MultiPoint Method

Starts a new multipoint.

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

Syntax

'Declaration
Public Function MultiPoint As GeographyFactory(Of T)
'Usage
Dim instance As GeographyFactory
Dim returnValue As GeographyFactory(Of T)

returnValue = instance.MultiPoint()
public GeographyFactory<T> MultiPoint()
public:
GeographyFactory<T>^ MultiPoint()
member MultiPoint : unit -> GeographyFactory<'T> 
public function MultiPoint() : GeographyFactory<T>

Return Value

Type: System.Spatial..::..GeographyFactory< (Of < ( <'T> ) > ) >
The current instance of geography factory.

See Also

Reference

GeographyFactory< (Of < ( <'T> ) > ) > Class

System.Spatial Namespace