Touchstone 11.0 API Reference
Location Property (Filter)


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.EventFilter.Data Namespace > Filter Class : Location Property
Contains a FilterByLocation object that enables you to specify the geographic area to include.
Syntax
Public Property Location As FilterByLocation
Dim instance As Filter
Dim value As FilterByLocation
 
instance.Location = value
 
value = instance.Location
public FilterByLocation Location {get; set;}
Remarks
You define a geographic area by specifying three or more latitude and longitude pairs. The filter includes only events that occur inside the polygon formed by the latitude and longitude pairs.
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