Touchstone 11.0 API Reference
FilterByRule Class
Members 


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.EventFilter.Data Namespace : FilterByRule Class
Contains a set of properties that enable you to define a rule in order to create an event filter. An event filter enables you to filter out events that do not meet the filter criteria from an event set.
Syntax
Public Class FilterByRule 
Dim instance As FilterByRule
public class FilterByRule 
Remarks
You can filter on any of the following parameters:

For example, you could specify that the filter should include only earthquakes with a focal depth of less than seven kilometers.

Specify the desired attribute by name and ID, the appropriate condition (less than, greater than, etc.), and the value or values (Value 1 and Value 2) that define the range.

When you use the IsBetween and IsNotBetween conditions to specify a range of values for an event parameter, make sure that you specify the lesser value as Value 1 and the greater value as Value 2.

In Touchstone®, the "TR Key Event" parameter sets the analysis to use only the events considered "key events" within the terrorism event catalog. When you select this parameter, Touchstone automatically fills in the condition and Value 1, and you cannot modify these properties.

Inheritance Hierarchy

System.Object
   AIR.Services.LossAnalysis.EventFilter.Data.FilterByRule

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterByRule Members
AIR.Services.LossAnalysis.EventFilter.Data Namespace