AGI AgAsHpopPlugin 11 Send comments on this topic.
IndicateEvent Method (IAgAsHpopPluginResult)
See Also 
EventIndicator





Description

Marks an event to the propagator.

Syntax

[Visual Basic .NET]
Public Sub IndicateEvent( _
   ByVal EventIndicator As AgEAsHpopPluginEventIndicators _
) 

[C#]
public void IndicateEvent(
AgEAsHpopPluginEventIndicators EventIndicator
);

[Managed C++]
public: void IndicateEvent(
AgEAsHpopPluginEventIndicators EventIndicator
);

[Java]
public  indicateEvent(
AgEAsHpopPluginEventIndicators EventIndicator
);

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

Parameters

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1