AGI AgAsHpopPlugin 11 Send comments on this topic.
PostCompute Method (IAgAsDragModelPlugin)
See Also 
Result
Windows






Windows & Linux

Description

Triggered after the last evaluation before the plugin calls Free(). Use the input interface to access settings.

Syntax

[Visual Basic .NET]
Public Function PostCompute( _
   ByVal Result As AgAsDragModelResult _
) As Boolean

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

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

[Java]
public bool postCompute(
AgAsDragModelResult Result
);

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

Parameters

Result

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface