Triggered after the last evaluation of numerical integration before the plugin calls Free(). Use the input interface to access settings.
[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 ); |
- Result