Touchstone 11.0 API Reference
CustomFloodZone Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : CustomFloodZone Enumeration
Provides a set of custom flood zones that define a set of Locations as part of a custom flood zone.
Syntax
Public Enum CustomFloodZone 
   Inherits System.Enum
Dim instance As CustomFloodZone
public enum CustomFloodZone : System.Enum 
Members
MemberDescription
UnknownDefines the case in which a Locations is not part of a custom flood zone (default) (0).
Zone1Defines the case in which a Locations is part of custom flood zone 1 (1).
Zone2Defines the case in which a Locations is part of custom flood zone 2 (2).
Zone3Defines the case in which a Locations is part of custom flood zone 3 (3).
Zone4Defines the case in which a Locations is part of custom flood zone 4 (4).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Exposure.Data.CustomFloodZone

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

AIR.Services.Common.Exposure.Data Namespace