GeometryPoint.Create Method (Double, Double)

Creates the specified latitude.

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

Syntax

'Declaration
Public Shared Function Create ( _
    x As Double, _
    y As Double _
) As GeometryPoint
'Usage
Dim x As Double 
Dim y As Double 
Dim returnValue As GeometryPoint 

returnValue = GeometryPoint.Create(x, y)
public static GeometryPoint Create(
    double x,
    double y
)
public:
static GeometryPoint^ Create(
    double x, 
    double y
)
static member Create : 
        x:float * 
        y:float -> GeometryPoint
public static function Create(
    x : double, 
    y : double
) : GeometryPoint

Parameters

Return Value

Type: System.Spatial.GeometryPoint
The GeographyPoint that was created.

See Also

Reference

GeometryPoint Class

Create Overload

System.Spatial Namespace