Touchstone 11.0 API Reference
FirmCompliance Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : FirmCompliance Enumeration
Provides a set of descriptors to indicate whether a building complies with standards based on FEMA's Flood Insurance Rate Maps (FIRM).
Syntax
Public Enum FirmCompliance 
   Inherits System.Enum
Dim instance As FirmCompliance
public enum FirmCompliance : System.Enum 
Members
MemberDescription
No Defines the case in which a building is not FIRM compliant (2).
Unknown Defines the case in which a building's FIRM compliance is unknown (default) (0).
Yes Defines the case in which a building is FIRM compliant (1).
Inheritance Hierarchy

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

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