STK AgAsHpopPluginSend comments on this topic.
PostCompute Method (IAgAsLightReflectionPlugin)
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 IAgAsLightReflectionResult _
) As Boolean
[C#]
public bool PostCompute(
    IAgAsLightReflectionResult Result
);
[Managed C++]
public: bool PostCompute(
    IAgAsLightReflectionResult ^ Result
);
[Unmanaged C++]
public: HRESULT PostCompute(
    IAgAsLightReflectionResult * Result,
    VARIANT_BOOL * pResult
);
[Java]
public bool postCompute(
    IAgAsLightReflectionResult Result
);

Parameters

Result

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.