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