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






Windows & Linux

Description

The standard deviation of the Gaussian model LineOfSiteJitter for the sensor in angular space for the specified integration time.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LineOfSiteJitter();
public: __property void set_LineOfSiteJitter(
double
);

[Unmanaged C++]
public: HRESULT get_LineOfSiteJitter(
double * pRetVal
);
public: HRESULT put_LineOfSiteJitter(
double NewLineOfSiteJitter
);

[Java]
public double getLineOfSiteJitter();public void setLineOfSiteJitter(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface