Méthode GeometryPoint.Create (Double, Double, Nullable<Double>)
Crée la latitude spécifiée.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public Shared Function Create ( _
x As Double, _
y As Double, _
z As Nullable(Of Double) _
) As GeometryPoint
'Utilisation
Dim x As Double
Dim y As Double
Dim z As Nullable(Of Double)
Dim returnValue As GeometryPoint
returnValue = GeometryPoint.Create(x, y, z)
public static GeometryPoint Create(
double x,
double y,
Nullable<double> z
)
public:
static GeometryPoint^ Create(
double x,
double y,
Nullable<double> z
)
static member Create :
x:float *
y:float *
z:Nullable<float> -> GeometryPoint
public static function Create(
x : double,
y : double,
z : Nullable<double>
) : GeometryPoint
Paramètres
- x
Type : System.Double
Dimension x.
- y
Type : System.Double
Dimension y.
- z
Type : System.Nullable<Double>
Dimension z.
Valeur de retour
Type : System.Spatial.GeometryPoint
GeographyPoint créé.