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





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 * pRetVal
);
public: HRESULT put_FocalLength(
double NewFocalLength
);

[Java]
public double getFocalLength();public void setFocalLength(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1