FieldGeolocationValue.Altitude property
Specifies the altitude value for Geolocation field. It is a user defined value
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Altitude As Double
Get
Set
'Usage
Dim instance As FieldGeolocationValue
Dim value As Double
value = instance.Altitude
instance.Altitude = value
public double Altitude { get; set; }
Property value
Type: System.Double
A double that contains the altitude.