Ring Method (Double, Double)

Starts a new polygon ring.

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

Syntax

'Declaration
Public Function Ring ( _
    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.Ring(latitude, _
    longitude)
public GeographyFactory<T> Ring(
    double latitude,
    double longitude
)
public:
GeographyFactory<T>^ Ring(
    double latitude, 
    double longitude
)
member Ring : 
        latitude:float * 
        longitude:float -> GeographyFactory<'T> 
public function Ring(
    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

Ring Overload

System.Spatial Namespace