Triggered after the calls to the Evaluate
method, to allow for any required clean up.
| [Visual Basic .NET] |
|---|
Public Function PostCompute( _
ByVal Result As AgAccessConstraintPluginResultPostCompute _
) As Boolean
|
| [C#] |
|---|
public bool PostCompute(
|
| [Managed C++] |
|---|
public: bool PostCompute(
|
| [Java] |
|---|
public bool postCompute(
|
| [Unmanaged C++] |
|---|
public: HRESULT PostCompute(
|
- Result
-
Interface component to access inputs for the Base and Target objects.