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






Windows & Linux

Description

The along-scan smear rate of the EOIR sensor.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_AlongScanSmearRate();
public: __property void set_AlongScanSmearRate(
double
);

[Unmanaged C++]
public: HRESULT get_AlongScanSmearRate(
double * pRetVal
);
public: HRESULT put_AlongScanSmearRate(
double NewAlongScanSmearRate
);

[Java]
public double getAlongScanSmearRate();public void setAlongScanSmearRate(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface