Touchstone 11.0 API Reference
CustomBoundaries Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > GetCustomBoundariesResponse Class : CustomBoundaries Property
Contains the custom boundaries information such as the custom boundary name, SID, and polygon spatial file.
Syntax
Public Property CustomBoundaries As List(Of CustomBoundary)
Dim instance As GetCustomBoundariesResponse
Dim value As List(Of CustomBoundary)
 
instance.CustomBoundaries = value
 
value = instance.CustomBoundaries
public List<CustomBoundary> CustomBoundaries {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

GetCustomBoundariesResponse Class
GetCustomBoundariesResponse Members