AGI STK Objects 11 Send comments on this topic.
EffFocalL Property (IAgSnEOIRBand)
See Also 





Description

The effective focal length of the current sensor band.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EffFocalL() As Double

[C#]
public double EffFocalL {get; set;}

[Managed C++]
public: __property double get_EffFocalL();
public: __property void set_EffFocalL(
double
);

[Unmanaged C++]
public: HRESULT get_EffFocalL(
double * pRetVal
);
public: HRESULT put_EffFocalL(
double NewEffFocalL
);

[Java]
public double getEffFocalL();public void setEffFocalL(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1