Triggered just before propagation starts. Use the input interface to access force model settings. Set initial values for parameters and variables in this method.
[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 ); |
- Result
- Interface component to access inputs and outputs.
Return true to indicate success, false to indicate failure.