AGI AgAsHpopPlugin 11 Send comments on this topic.
ExcludeEvent Method (IAgAsEOMFuncPluginRegisterHandler)
See Also 
EventType





Description

Registers an event on which the plugin should not be run.

Syntax

[Visual Basic .NET]
Public Sub ExcludeEvent( _
   ByVal EventType As AgEAsEOMFuncPluginEventTypes _
) 

[C#]
public void ExcludeEvent(
AgEAsEOMFuncPluginEventTypes EventType
);

[Managed C++]
public: void ExcludeEvent(
AgEAsEOMFuncPluginEventTypes EventType
);

[Java]
public  excludeEvent(
AgEAsEOMFuncPluginEventTypes EventType
);

[Unmanaged C++]
public: HRESULT ExcludeEvent(
AgEAsEOMFuncPluginEventTypes EventType
);

Parameters

EventType
Member Value Description
AgEAsEOMFuncPluginEventTypesPrePropagate 0 Pre-propagate
AgEAsEOMFuncPluginEventTypesPreNextStep 1 Pre-next step
AgEAsEOMFuncPluginEventTypesEvaluate 2 Evaluate
AgEAsEOMFuncPluginEventTypesPostPropagate 3 Post-propagate

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1