SPFieldGeolocationValue.Altitude property

Gets or sets the altitude value for the Geolocation field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Altitude As Double
    Get
    Set
'Usage
Dim instance As SPFieldGeolocationValue
Dim value As Double

value = instance.Altitude

instance.Altitude = value
public double Altitude { get; set; }

Property value

Type: System.Double
The altitude.

Remarks

The altitude is a user-defined value.

See also

Reference

SPFieldGeolocationValue class

SPFieldGeolocationValue members

Microsoft.SharePoint namespace