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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.