Touchstone 11.0 API Reference
GeocodeMatchLevel Property (RingPlacement)


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Data Namespace > RingPlacement Class : GeocodeMatchLevel Property
(Required) Contains a list of geocode match levels that specify the geocode match level(s) to use to filter the Exposure data included in a Ring Geospatial Analysis.

Note: While this property is required, you can specify an empty set if you do not want to filter data by geocode match levels.

Syntax
Public Property GeocodeMatchLevel As List(Of GeocodeMatchLevel)
Dim instance As RingPlacement
Dim value As List(Of GeocodeMatchLevel)
 
instance.GeocodeMatchLevel = value
 
value = instance.GeocodeMatchLevel
public List<GeocodeMatchLevel> GeocodeMatchLevel {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

RingPlacement Class
RingPlacement Members