Touchstone 11.0 API Reference
RingResults Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > GetRingExposureConcentrationAnalysisResultsResponse Class : RingResults Property
Contains a list of the Ring Geospatial Analysis results that you requested using the GetRingExposureConcentrationAnalysisResults() method.
Syntax
Public Property RingResults As List(Of RingResult)
Dim instance As GetRingExposureConcentrationAnalysisResultsResponse
Dim value As List(Of RingResult)
 
instance.RingResults = value
 
value = instance.RingResults
public List<RingResult> RingResults {get; set;}
Remarks
Each Ring Geospatial Analysis result includes the Ring ID and the data describing the Ring's centroid, such as its name, latitude, longitude, geocode match level, city, country, and postal code.
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

GetRingExposureConcentrationAnalysisResultsResponse Class
GetRingExposureConcentrationAnalysisResultsResponse Members