AGI AgAccessConstraintPlugin 11 Send 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 AgAccessConstraintPluginResultPostCompute _
) As Boolean

[C#]
public bool PostCompute(
AgAccessConstraintPluginResultPostCompute Result
);

[Managed C++]
public: bool PostCompute(
AgAccessConstraintPluginResultPostCompute ^ Result
);

[Java]
public bool postCompute(
AgAccessConstraintPluginResultPostCompute Result
);

[Unmanaged C++]
public: HRESULT PostCompute(
AgAccessConstraintPluginResultPostCompute * Result,
VARIANT_BOOL * ReturnValue
);

Parameters

Result

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface