Touchstone 11.0 API Reference
Results Property (GetIntensityAnalysisResultsResponse)


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Api Namespace > GetIntensityAnalysisResultsResponse Class : Results Property
Contains a list of the event intensity data that you requested using the GetIntensityAnalysisResults() method.
Syntax
Public Property Results As List(Of IntensityResult)
Dim instance As GetIntensityAnalysisResultsResponse
Dim value As List(Of IntensityResult)
 
instance.Results = value
 
value = instance.Results
public List<IntensityResult> Results {get; set;}
Remarks
Each Result includes location information, as well as the intensity of Coastal Flood, Earthquake, Inland Flood, and Windstorm events that affect the location.
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

GetIntensityAnalysisResultsResponse Class
GetIntensityAnalysisResultsResponse Members