STK AgRadarPluginSend comments on this topic.
PostCompute Method (IAgStkRadarRcsPlugin)
See Also
Windows





Windows & Linux

Description

RCS plugin post-compute

Syntax

[Visual Basic .NET]
Public Sub PostCompute()
[C#]
public void PostCompute();
[Managed C++]
public: void PostCompute();
[Unmanaged C++]
public: HRESULT PostCompute();
[Java]
public void postCompute();

Remarks

The PostCompute method is called once after all calls to %Compute:AgStkRadar~IAgStkRadarClutterMapPlugin~Compute% or %ProcessSignals:AgStkRadar~IAgStkRadarRcsPlugin~ProcessSignals% have been completed. This method is paired with the %PreCompute:AgStkRadar~IAgStkRadarRcsPlugin~PreCompute% method which is called once before the Compute or ProcessSignals method is called for every time step.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.