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





Windows & Linux

Description

Gets or sets the amount of defocus along the optical axis between the ideal image focal plane and the actual detector focal plane for the current sensor band.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LongDFocus() As Double
[C#]
public double LongDFocus {get; set;}
[Managed C++]
public: __property double get_LongDFocus();
public: __property void set_LongDFocus( double );
[Unmanaged C++]
public: HRESULT get_LongDFocus(
    double * pVal
);
public: HRESULT put_LongDFocus(
    double newVal
);
[Java]
public double getLongDFocus();
public void setLongDFocus(
    double
);
[Python - STK API ]
@property
def LongDFocus(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.