Touchstone 11.0 API Reference
BoundaryResults Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > GetCustomBoundaryResultsResponse Class : BoundaryResults Property
Contains a list of custom boundary results such as the accumulation type, location and exposure counts, and loss details associated with the custom boundaries configured in your geospatial analysis request.
Syntax
Public Property BoundaryResults As List(Of BoundaryResult)
Dim instance As GetCustomBoundaryResultsResponse
Dim value As List(Of BoundaryResult)
 
instance.BoundaryResults = value
 
value = instance.BoundaryResults
public List<BoundaryResult> BoundaryResults {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

GetCustomBoundaryResultsResponse Class
GetCustomBoundaryResultsResponse Members