AGI AgAsHpopPlugin 11 Send comments on this topic.
PostCompute Method (IAgAsLightReflectionPlugin)
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 AgAsLightReflectionResult _
) As Boolean

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

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

[Java]
public bool postCompute(
AgAsLightReflectionResult Result
);

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

Parameters

Result

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1