STK ObjectsSend comments on this topic.
NotificationFilter Property (IAgStkObjectRoot)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_NotificationFilter(
    AgENotificationFilterMask BitMask
);
[Java]
public AgENotificationFilterMask getNotificationFilter();
public void setNotificationFilter(
    AgENotificationFilterMask
);
[Python - STK API ]
@property
def NotificationFilter(self) -> "AgENotificationFilterMask":

@NotificationFilter.setter
def NotificationFilter(self, BitMask:"AgENotificationFilterMask") -> None:

See Also

© 2023 Analytical Graphics, Inc. All Rights Reserved.