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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1