AGI AgRadarPlugin 11 Send comments on this topic.
PreCompute Method (IAgStkRadarRcsPlugin)
See Also 





Description

RCS plugin pre-compute.

Syntax

[Visual Basic .NET]
Public Function PreCompute() As Boolean

[C#]
public bool PreCompute();

[Managed C++]
public: bool PreCompute();

[Java]
public bool preCompute();

[Unmanaged C++]
public: HRESULT PreCompute(
VARIANT_BOOL * ReturnValue
);

Return Type

Returns true if the plugin has performed all precompute initialization properly, false otherwise.  If the PreCompute method returns false, STK will disable the plugin and the Compute method will not be called.

Remarks

When a new RCS computation is initiated by STK, the PreCompute method is called once before the Compute method or ProcessSignals method is called.  This is so the plugin can perform any necessary static compute initialization.  This method is paired with the PostCompute method which is called once after all calls to Compute or ProcessSignals have been completed.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1