LineString Method (Double, Double)

Starts a new line string.

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

Syntax

'Declaration
Public Function LineString ( _
    x As Double, _
    y As Double _
) As GeometryFactory(Of T)
'Usage
Dim instance As GeometryFactory
Dim x As Double
Dim y As Double
Dim returnValue As GeometryFactory(Of T)

returnValue = instance.LineString(x, y)
public GeometryFactory<T> LineString(
    double x,
    double y
)
public:
GeometryFactory<T>^ LineString(
    double x, 
    double y
)
member LineString : 
        x:float * 
        y:float -> GeometryFactory<'T> 
public function LineString(
    x : double, 
    y : double
) : GeometryFactory<T>

Parameters

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