Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.Altitude

TElOneDrivePhoto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The altitude of the location where the photo was taken.

Declaration

[C#]
    double Altitude;

[VB.NET]
    Property Altitude As Double

[Pascal]
    property Altitude: double;

[C++]
    double get_Altitude();

[PHP]
    double get_Altitude()

[Java]
    double getAltitude();

Description

    Use this property to get the altitude of the location where the photo was taken, as determined by the camera.

See also:     Latitude     Longitude    

Discuss this help topic in SecureBlackbox Forum