Triggered prior to the calls to the Evaluate method, to allow for any required initialization.
[Visual Basic .NET] |
---|
Public Function PreCompute( _ ByVal Result As IAgAccessConstraintPluginResultPreCompute _ ) As Boolean |
[C#] |
---|
public bool PreCompute( IAgAccessConstraintPluginResultPreCompute Result ); |
[Managed C++] |
---|
public: bool PreCompute( IAgAccessConstraintPluginResultPreCompute ^ Result ); |
[Unmanaged C++] |
---|
public: HRESULT PreCompute( IAgAccessConstraintPluginResultPreCompute * Result, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool preCompute( IAgAccessConstraintPluginResultPreCompute Result ); |
- Result
Interface component to access inputs for the Base and Target objects.