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.
Read-write property
[Visual Basic .NET] |
---|
Public Property NotificationFilter() As AgENotificationFilterMask |
[C#] |
---|
public AgENotificationFilterMask NotificationFilter {get; set;} |
[Managed C++] |
---|
public: __property AgENotificationFilterMask get_NotificationFilter(); |
[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: |