Triggered just before propagation starts. Use
the input interface to access engine model settings.
| [Visual Basic .NET] |
|---|
Public Function PrePropagate( _
ByVal ResultState As AgGatorPluginResultState _
) As Boolean
|
| [C#] |
|---|
public bool PrePropagate(
|
| [Managed C++] |
|---|
public: bool PrePropagate(
|
| [Java] |
|---|
public bool prePropagate(
|
| [Unmanaged C++] |
|---|
public: HRESULT PrePropagate(
|
- ResultState
- Interface component to access inputs.
Return true to indicate success, false to indicate failure. If false is returned, this method will no longer be called.