AGI STK Objects 11 Send comments on this topic.
NotificationFilter Property (IAgStkObjectRoot)
See Also 





Description

The event notification filter is used to temporarily disable only the root events to prevent them from being raised. The event filtering can be used to improve client application performance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NotificationFilter() As AgENotificationFilterMask

[C#]
public AgENotificationFilterMask NotificationFilter {get; set;}

[Managed C++]
public: __property AgENotificationFilterMask get_NotificationFilter();
public: __property void set_NotificationFilter(
AgENotificationFilterMask
);

[Unmanaged C++]
public: HRESULT get_NotificationFilter(
AgENotificationFilterMask * pRetVal
);
public: HRESULT put_NotificationFilter(
AgENotificationFilterMask NewNotificationFilter
);

[Java]
public AgENotificationFilterMask getNotificationFilter();public void setNotificationFilter(
AgENotificationFilterMask
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1