Touchstone 11.0 API Reference
DamageBands Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Data Namespace > PerilSetDamageFunction Class : DamageBands Property
(Required) Contains a list of damage bands that define the damage ratio, radius, and unit of measurement for a damage band that Touchstone® should consider during a Ring Geospatial Analysis.

Note: While this property is required, you can specify an empty list if you do not want to set any damage bands.

Syntax
Public Property DamageBands As List(Of DamageBand)
Dim instance As PerilSetDamageFunction
Dim value As List(Of DamageBand)
 
instance.DamageBands = value
 
value = instance.DamageBands
public List<DamageBand> DamageBands {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

PerilSetDamageFunction Class
PerilSetDamageFunction Members