STK AgAsHpopPluginSend comments on this topic.
PrePropagate Method (IAgAsHpopPlugin)
See Also
Result
Interface component to access inputs and outputs.
Windows





Windows & Linux

Description

Triggered just before propagation starts. Use the input interface to access force model settings. Set initial values for parameters and variables in this method.

Syntax

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

Parameters

Result
Interface component to access inputs and outputs.

Return Type

Return true to indicate success, false to indicate failure.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.