STK AgAsHpopPluginSend comments on this topic.
PostCompute Method (IAgAsDensityModelPluginExtended)
See Also
Result
Windows





Windows & Linux

Description

Triggered after the last evaluation of numerical integration before the plugin calls Free(). Use the input interface to access settings.

Syntax

[Visual Basic .NET]
Public Function PostCompute( _
    ByVal Result As IAgAsDensityModelResult _
) As Boolean
[C#]
public bool PostCompute(
    IAgAsDensityModelResult Result
);
[Managed C++]
public: bool PostCompute(
    IAgAsDensityModelResult ^ Result
);
[Unmanaged C++]
public: HRESULT PostCompute(
    IAgAsDensityModelResult * Result,
    VARIANT_BOOL * pResult
);
[Java]
public bool postCompute(
    IAgAsDensityModelResult Result
);

Parameters

Result

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.