STK AgAsHpopPluginSend comments on this topic.
PreCompute Method (IAgAsDensityModelPluginExtended)
See Also
Result
Windows





Windows & Linux

Description

Triggered just before numerical integration starts. Use the input interface to access settings.

Syntax

[Visual Basic .NET]
Public Function PreCompute( _
    ByVal Result As IAgAsDensityModelResult _
) As Boolean
[C#]
public bool PreCompute(
    IAgAsDensityModelResult Result
);
[Managed C++]
public: bool PreCompute(
    IAgAsDensityModelResult ^ Result
);
[Unmanaged C++]
public: HRESULT PreCompute(
    IAgAsDensityModelResult * Result,
    VARIANT_BOOL * pResult
);
[Java]
public bool preCompute(
    IAgAsDensityModelResult Result
);

Parameters

Result

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.