Point Method

Starts a new empty point.

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

Syntax

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

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

Return Value

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

See Also

Reference

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

Point Overload

System.Spatial Namespace