AGI STK Objects 11 Send comments on this topic.
AgENotificationFilterMask Enumeration
See Also 

Description

The notification flags are used to enable/disable STK Object Model event notifications.

Members

MemberValueDescription
eNotificationFilterMaskNoEvents0Disable all events.
eNotificationFilterMaskAnimationEvents1Clients are notified upon occurrence of any of the available animation events. Animation events include OnAnimUpdate, OnAnimationRewind, etc.
eNotificationFilterMaskScenarioEvents2Clients are notified upon occurrence of any of the available scenario events. Scenario events include OnScenarioNew, OnScenarioLoad, OnScenarioBeforeClose, OnScenarioClose, etc.
eNotificationFilterMaskLoggingEvents4Clients are notified upon occurrence of OnLogMessage event.
eNotificationFilterMaskObjectEvents8Clients are notified upon occurrence of an event affecting the object hierarchy (OnStkObjectAdded, OnStkObjectDeleted and OnStkObjectPreDelete).
eNotificationFilterMaskObjectChangedEvents16Clients are notified upon occurrence of OnStkObjectChanged event.
eNotificationFilterMaskPercentCompleteEvents32Clients are notified upon occurrence of any of the available percent complete events (OnPercentComplete*).
eNotificationFilterMaskObjectRenameEvents64Clients are notified upon occurrence of an STK object renaming event.
eNotificationFilterMaskEnableAllEvents65535Enable all events.
© 2018 Analytical Graphics, Inc. All Rights Reserved.