The notification flags are used to
enable/disable STK Object Model event notifications.
| Member | Value | Description |
|---|---|---|
| eNotificationFilterMaskNoEvents | 0 | Disable all events. |
| eNotificationFilterMaskAnimationEvents | 1 | Clients are notified upon occurrence of any of the available animation events. Animation events include OnAnimUpdate, OnAnimationRewind, etc. |
| eNotificationFilterMaskScenarioEvents | 2 | Clients are notified upon occurrence of any of the available scenario events. Scenario events include OnScenarioNew, OnScenarioLoad, OnScenarioBeforeClose, OnScenarioClose, etc. |
| eNotificationFilterMaskLoggingEvents | 4 | Clients are notified upon occurrence of OnLogMessage event. |
| eNotificationFilterMaskObjectEvents | 8 | Clients are notified upon occurrence of an event affecting the object hierarchy (OnStkObjectAdded and OnStkObjectDeleted). |
| eNotificationFilterMaskObjectChangedEvents | 16 | Clients are notified upon occurrence of OnStkObjectChanged event. |
| eNotificationFilterMaskPercentCompleteEvents | 32 | Clients are notified upon occurrence of any of the available percent complete events (OnPercentComplete*). |
| eNotificationFilterMaskObjectRenameEvents | 64 | Clients are notified upon occurrence of an STK object renaming event. |
| eNotificationFilterMaskEnableAllEvents | 65535 | Enable all events. |