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;}
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 |
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;}
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
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