Touchstone 11.0 API Reference
CustomBoundaryOptions Property (CustomBoundaryAnalysisOptions)


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Data Namespace > CustomBoundaryAnalysisOptions Class : CustomBoundaryOptions Property
Contains boundary options such as the custom boundary name, SID, and the geometry of the custom boundary dataset.
Syntax
Public Property CustomBoundaryOptions As List(Of CustomBoundaryOption)
Dim instance As CustomBoundaryAnalysisOptions
Dim value As List(Of CustomBoundaryOption)
 
instance.CustomBoundaryOptions = value
 
value = instance.CustomBoundaryOptions
public List<CustomBoundaryOption> CustomBoundaryOptions {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

CustomBoundaryAnalysisOptions Class
CustomBoundaryAnalysisOptions Members