Touchstone 11.0 API Reference
FloorOfInterest Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationFeature Class : FloorOfInterest Property
(Optional) Contains one of the following codes to identify the floor concerned, if Coverage is not for the entire building:
Code Description
-1 Basement (for use with the AIR Inland Flood Model for the United Kingdom only) or Cellar (for use with the AIR Inland Flood Model for Germany only)
0 Unknown/default (or no floor of interest)
1 Ground floor
2 First floor above the ground floor
3 Second floor above the ground floor
etc. Additional floors
Syntax
Public Property FloorOfInterest As Nullable(Of Short)
Dim instance As LocationFeature
Dim value As Nullable(Of Short)
 
instance.FloorOfInterest = value
 
value = instance.FloorOfInterest
public Nullable<short> FloorOfInterest {get; set;}
Remarks
Different floors of the building experience varying degrees of damage. The nature of damage experienced by each floor can also be different.

Note: For the Hurricane peril, use this field in conjunction with the Terrain Roughness and Adjacent Building Height features.

Valid values: Null or a number greater than or equal to -1

Default: 0

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