Point Method

Creates a factory with an empty geographic point.

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

Syntax

'Declaration
Public Shared Function Point As GeographyFactory(Of GeographicPoint)
'Usage
Dim returnValue As GeographyFactory(Of GeographicPoint)

returnValue = GeographyFactory.Point()
public static GeographyFactory<GeographicPoint> Point()
public:
static GeographyFactory<GeographicPoint^>^ Point()
static member Point : unit -> GeographyFactory<GeographicPoint> 
public static function Point() : GeographyFactory<GeographicPoint>

Return Value

Type: System.Spatial..::..GeographyFactory< (Of < ( <'GeographicPoint> ) > ) >
A geographic point factory.

See Also

Reference

GeographyFactory Class

Point Overload

System.Spatial Namespace