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 IAgAsLightReflectionResult _ ) As Boolean |
[C#] |
---|
public bool PostCompute( IAgAsLightReflectionResult Result ); |
[Managed C++] |
---|
public: bool PostCompute( IAgAsLightReflectionResult ^ Result ); |
[Unmanaged C++] |
---|
public: HRESULT PostCompute( IAgAsLightReflectionResult * Result, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool postCompute( IAgAsLightReflectionResult Result ); |
- Result