STK AgPropagatorWrappersSend comments on this topic.
IndicateEvent Method (IAgGatorPluginResultState)
See Also
eEventIndicator
Windows





Windows & Linux

Description

Marks an event to the propagator.

Syntax

[Visual Basic .NET]
Public Sub IndicateEvent( _
    ByVal eEventIndicator As AgEAsHpopPluginEventIndicators _
)
[C#]
public void IndicateEvent(
    AgEAsHpopPluginEventIndicators eEventIndicator
);
[Managed C++]
public: void IndicateEvent(
    AgEAsHpopPluginEventIndicators eEventIndicator
);
[Unmanaged C++]
public: HRESULT IndicateEvent(
    AgEAsHpopPluginEventIndicators eEventIndicator
);
[Java]
public void indicateEvent(
    AgEAsHpopPluginEventIndicators eEventIndicator
);

Parameters

eEventIndicator

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.