Registers an event on which the plugin should
not be run.
| [Visual Basic .NET] |
|---|
Public Sub ExcludeEvent( _
ByVal EventType As AgEAsEOMFuncPluginEventTypes _
)
|
| [C#] |
|---|
public void ExcludeEvent(
|
| [Managed C++] |
|---|
public: void ExcludeEvent(
|
| [Java] |
|---|
public excludeEvent(
|
| [Unmanaged C++] |
|---|
public: HRESULT ExcludeEvent(
|
- EventType
-
Member Value Description AgEAsEOMFuncPluginEventTypesPrePropagate 0 Pre-propagate AgEAsEOMFuncPluginEventTypesPreNextStep 1 Pre-next step AgEAsEOMFuncPluginEventTypesEvaluate 2 Evaluate AgEAsEOMFuncPluginEventTypesPostPropagate 3 Post-propagate