Touchstone 11.0 API Reference
FloodZones Property


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.Data Namespace > DetailedLossAnalysisOptions Class : FloodZones Property
Contains a list of the flood zones that you would like to include in this Detailed Loss Analysis.
Syntax
Public Property FloodZones As List(Of Integer)
Dim instance As DetailedLossAnalysisOptions
Dim value As List(Of Integer)
 
instance.FloodZones = value
 
value = instance.FloodZones
public List<int> FloodZones {get; set;}
Remarks
You can specify any combination of 1, 2, 3, and/or 4 to indicate your selection from among the four flood zones.
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

DetailedLossAnalysisOptions Class
DetailedLossAnalysisOptions Members