STK AgAccessConstraintPluginSend comments on this topic.
PostCompute Method (IAgAccessConstraintPlugin)
See Also
Result

Interface component to access inputs for the Base and Target objects.

Windows





Windows & Linux

Description

Triggered after the calls to the Evaluate method, to allow for any required clean up.

Syntax

[Visual Basic .NET]
Public Function PostCompute( _
    ByVal Result As IAgAccessConstraintPluginResultPostCompute _
) As Boolean
[C#]
public bool PostCompute(
    IAgAccessConstraintPluginResultPostCompute Result
);
[Managed C++]
public: bool PostCompute(
    IAgAccessConstraintPluginResultPostCompute ^ Result
);
[Unmanaged C++]
public: HRESULT PostCompute(
    IAgAccessConstraintPluginResultPostCompute * Result,
    VARIANT_BOOL * pResult
);
[Java]
public bool postCompute(
    IAgAccessConstraintPluginResultPostCompute Result
);

Parameters

Result

Interface component to access inputs for the Base and Target objects.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.