AGI AgGator 11 Send 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
);

[Java]
public  indicateEvent(
AgEAsHpopPluginEventIndicators eEventIndicator
);

[Unmanaged C++]
public: HRESULT IndicateEvent(
AgEAsHpopPluginEventIndicators eEventIndicator
);

Parameters

eEventIndicator
Member Value Description
AgEAsHpopPluginEventIndicatorsStopPropagation 0 Stops propagation.
AgEAsHpopPluginEventIndicatorsStopSegment 1 Ends current segment.
AgEAsHpopPluginEventIndicatorsMarkDiscontinuity 2 Marks a discontinuity.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface