Collection Method

Starts a new collection.

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

Syntax

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

returnValue = instance.Collection()
public GeographyFactory<T> Collection()
public:
GeographyFactory<T>^ Collection()
member Collection : unit -> GeographyFactory<'T> 
public function Collection() : 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