LineString Method (Double, Double, Nullable(Double), Nullable(Double))

Start a new line string.

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

Syntax

'Declaration
Public Function LineString ( _
    latitude As Double, _
    longitude As Double, _
    z As Nullable(Of Double), _
    m As Nullable(Of Double) _
) As GeographyFactory(Of T)
'Usage
Dim instance As GeographyFactory
Dim latitude As Double
Dim longitude As Double
Dim z As Nullable(Of Double)
Dim m As Nullable(Of Double)
Dim returnValue As GeographyFactory(Of T)

returnValue = instance.LineString(latitude, _
    longitude, z, m)
public GeographyFactory<T> LineString(
    double latitude,
    double longitude,
    Nullable<double> z,
    Nullable<double> m
)
public:
GeographyFactory<T>^ LineString(
    double latitude, 
    double longitude, 
    Nullable<double> z, 
    Nullable<double> m
)
member LineString : 
        latitude:float * 
        longitude:float * 
        z:Nullable<float> * 
        m:Nullable<float> -> GeographyFactory<'T> 
public function LineString(
    latitude : double, 
    longitude : double, 
    z : Nullable<double>, 
    m : Nullable<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

LineString Overload

System.Spatial Namespace