Touchstone Re 2023 API Reference
CustomFloodStandardOfProtection Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationFeature Class : CustomFloodStandardOfProtection Property
(Optional) Contains a custom flood standard of protection (SoP), which indicates the increase in flood protection for the building at this location that custom flood protection systems, such as levees or flood walls, provide for single risks (for example, large industrial facilities).
Syntax
Public Property CustomFloodStandardOfProtection As Nullable(Of Double)
Dim instance As LocationFeature
Dim value As Nullable(Of Double)
 
instance.CustomFloodStandardOfProtection = value
 
value = instance.CustomFloodStandardOfProtection
public Nullable<double> CustomFloodStandardOfProtection {get; set;}
Remarks
Specify a value in the range 0 - 10,000 (or -999).

For the Germany Flood model, the methodology that AIR models use to account for flood protection is based on "intensity return periods," thereby accounting for the Standards of Service of those flood protection measures. If you specify a value of 0 or a value less than the return period of protection in the AIR model, Touchstone® bases the losses on AIR defaults.

For the U.S. Flood model, this field represents the height of a custom flood protection system (in feet) above the ground surface at the building at this location.

A value of -999 for this field in your import data represents Unknown/default. Touchstone does not allow any other negative values.

Valid values: Null, -999, or 0 to 30000

Default: -999

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

LocationFeature Class
LocationFeature Members