AGI STK Objects 11Send comments on this topic.
FocalLength Property (IAgSensor)
See Also
Windows






Windows & Linux

Description

Focal length used in defining sensor resolution. Uses SmallDistanceUnit Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FocalLength() As Double
[C#]
public double FocalLength {get; set;}
[Managed C++]
public: __property double get_FocalLength();
public: __property void set_FocalLength( double );
[Unmanaged C++]
public: HRESULT get_FocalLength(
    double * pVal
);
public: HRESULT put_FocalLength(
    double pVal
);
[Java]
public double getFocalLength();
public void setFocalLength(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.