Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.FocalLength

TElOneDrivePhoto     See also     


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


The focal length that the photo was taken at.

Declaration

[C#]
    double FocalLength;

[VB.NET]
    Property FocalLength As Double

[Pascal]
    property FocalLength: double;

[C++]
    double get_FocalLength();

[PHP]
    double get_FocalLength()

[Java]
    double getFocalLength();

Description

    Use this property to get the focal length that the photo was taken at. This value is typically expressed in millimeters.

See also:     FocalRatio    

Discuss this help topic in SecureBlackbox Forum