STK ObjectsSend comments on this topic.
SetPatternEOIR Method (IAgSnCommonTasks)
See Also
LineOfSiteJitter
eProcessingLevel
Windows





Windows & Linux

Description

Defines the sensor using a EOIR pattern.

Syntax

[Visual Basic .NET]
Public Function SetPatternEOIR( _
    ByVal LineOfSiteJitter As Double, _
    ByVal eProcessingLevel As AgESnEOIRProcessingLevels _
) As IAgSnEOIRPattern
[Managed C++]
public: IAgSnEOIRPattern^ SetPatternEOIR(
    double LineOfSiteJitter,
    AgESnEOIRProcessingLevels eProcessingLevel
);
[Unmanaged C++]
public: HRESULT SetPatternEOIR(
    double LineOfSiteJitter,
    AgESnEOIRProcessingLevels eProcessingLevel,
    IAgSnEOIRPattern ** ppIAgSnEOIRPattern
);
[Python - STK API ]
def SetPatternEOIR(self, LineOfSiteJitter:float, eProcessingLevel:"AgESnEOIRProcessingLevels") -> "IAgSnEOIRPattern":

Parameters

LineOfSiteJitter
eProcessingLevel

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.