SPFieldGeolocationValue-Konstruktor (Double, Double, Double, Double)
Initialisiert eine neue Instanz der SPFieldGeolocationValue -Klasse mit der Breite, Länge, Höhe und Measurewerte.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
latitude As Double, _
longitude As Double, _
altitude As Double, _
measure As Double _
)
'Usage
Dim latitude As Double
Dim longitude As Double
Dim altitude As Double
Dim measure As Double
Dim instance As New SPFieldGeolocationValue(latitude, _
longitude, altitude, measure)
public SPFieldGeolocationValue(
double latitude,
double longitude,
double altitude,
double measure
)
Parameter
latitude
Typ: System.DoubleDer Latitude-Wert des Punkts.
longitude
Typ: System.DoubleDie Länge-Wert des Punkts.
altitude
Typ: System.DoubleDer Höhenwert des Punktes (Benutzerdefiniert).
measure
Typ: System.DoubleDer Measurewert für Benutzer definiert.
Siehe auch
Referenz
SPFieldGeolocationValue Klasse
SPFieldGeolocationValue-Member