MultiPoint Method

Starts a new multipoint.

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

Syntax

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

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

Return Value

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

See Also

Reference

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

System.Spatial Namespace