STK ObjectsSend comments on this topic.
EffFocalL Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_EffFocalL(
    double newVal
);
[Java]
public double getEffFocalL();
public void setEffFocalL(
    double
);
[Python - STK API ]
@property
def EffFocalL(self) -> float:

@EffFocalL.setter
def EffFocalL(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.