Gets or sets the effective focal length of the current sensor band.
Read-write property
[Visual Basic .NET] |
---|
Public Property EffFocalL() As Double |
[C#] |
---|
public double EffFocalL {get; set;} |
[Managed C++] |
---|
public: __property double get_EffFocalL(); |
[Unmanaged C++] |
---|
public: HRESULT get_EffFocalL( double * pVal ); public: HRESULT put_EffFocalL( double newVal ); |
[Java] |
---|
public double getEffFocalL(); public void setEffFocalL( double ); |