Touchstone 11.0 API Reference
PolygonalArea Property


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.EventFilter.Data Namespace > FilterByLocation Class : PolygonalArea Property
Contains a list of latitude and longitude pairs that enable you to define a geographic area to include in an event filter.
Syntax
Public Property PolygonalArea As List(Of LatitudeLongitude)
Dim instance As FilterByLocation
Dim value As List(Of LatitudeLongitude)
 
instance.PolygonalArea = value
 
value = instance.PolygonalArea
public List<LatitudeLongitude> PolygonalArea {get; set;}
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

FilterByLocation Class
FilterByLocation Members