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.






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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1