Triggered after the last evaluation before the plugin calls Free(). Use the input interface to access settings.
[Visual Basic .NET] |
---|
Public Function PostCompute( _ ByVal Result As IAgAsDragModelResult _ ) As Boolean |
[C#] |
---|
public bool PostCompute( IAgAsDragModelResult Result ); |
[Managed C++] |
---|
public: bool PostCompute( IAgAsDragModelResult ^ Result ); |
[Unmanaged C++] |
---|
public: HRESULT PostCompute( IAgAsDragModelResult * Result, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool postCompute( IAgAsDragModelResult Result ); |
- Result