AGI AgRadarPlugin 11 Send comments on this topic.
PostCompute Method (IAgStkRadarClutterMapPlugin)
See Also 
Windows






Windows & Linux

Description

Clutter map plugin post-compute.

Syntax

[Visual Basic .NET]
Public Sub PostCompute() 

[C#]
public void PostCompute();

[Managed C++]
public: void PostCompute();

[Java]
public  postCompute();

[Unmanaged C++]
public: HRESULT PostCompute();

Remarks

The PostCompute method is called once after all calls to Compute have been completed.  This method is paired with the PreCompute method which is called once before the Compute method is called for every time step.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface