Touchstone 11.0 API Reference
Rules Property (Filter)


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.EventFilter.Data Namespace > Filter Class : Rules Property
Contains a list of FilterByRule objects that enable you to specify only events that meet specific criteria.
Syntax
Public Property Rules As List(Of FilterByRule)
Dim instance As Filter
Dim value As List(Of FilterByRule)
 
instance.Rules = value
 
value = instance.Rules
public List<FilterByRule> Rules {get; set;}
Remarks
You can filter on any of the following parameters:

For example, you can create a filter that includes only earthquakes with a focal depth of less than seven kilometers.

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

Filter Class
Filter Members