STK AgPropagatorWrappersSend comments on this topic.
PrePropagate Method (IAgGatorPluginEngineModel)
See Also
ResultState
Interface component to access inputs.
Windows





Windows & Linux

Description

Triggered just before propagation starts. Use the input interface to access engine model settings.

Syntax

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

Parameters

ResultState
Interface component to access inputs.

Return Type


Return true to indicate success, false to indicate failure. If false is returned, this method will no longer be called.


See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.