LineString Method

Starts a new empty line string.

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

Syntax

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

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

Return Value

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

See Also

Reference

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

LineString Overload

System.Spatial Namespace