LineTo Method (Double, Double)

Adds a new point in the current line figure.

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

Syntax

'Declaration
Public Function LineTo ( _
    latitude As Double, _
    longitude As Double _
) As GeographyFactory(Of T)
'Usage
Dim instance As GeographyFactory
Dim latitude As Double
Dim longitude As Double
Dim returnValue As GeographyFactory(Of T)

returnValue = instance.LineTo(latitude, _
    longitude)
public GeographyFactory<T> LineTo(
    double latitude,
    double longitude
)
public:
GeographyFactory<T>^ LineTo(
    double latitude, 
    double longitude
)
member LineTo : 
        latitude:float * 
        longitude:float -> GeographyFactory<'T> 
public function LineTo(
    latitude : double, 
    longitude : double
) : GeographyFactory<T>

Parameters

Return Value

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

See Also

Reference

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

LineTo Overload

System.Spatial Namespace