Touchstone 11.0 API Reference
GeographyDetail Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : GeographyDetail Enumeration
Provides a set of geography options that you can use to specify the geographic level at which to output a Detailed Loss Analysis, using the Loss Analysis Output Options.

Note: When you submit a detailed loss analysis, if you set the EventDetail to Layer and the FinancialPerspective to GrossPreLayer, you must set the GeographyDetail to None.

Syntax
Public Enum GeographyDetail 
   Inherits System.Enum
Dim instance As GeographyDetail
public enum GeographyDetail : System.Enum 
Members
MemberDescription
AreaDefines the Area-level (for example, state-level) geographic detail option (2) for Detailed Loss Analysis output.
CountryDefines the Country-level geographic detail option (1) for Detailed Loss Analysis output.
NoneDefines the None geographic detail option (0) for Detailed Loss Analysis output.

You must use the None option if you set the EventDetail to Layer and the FinancialPerspective to GrossPreLayer.

PostalDefines the Postcode-level (for example, ZIP-level) geographic detail option (4) for Detailed Loss Analysis output.
SubAreaDefines the Sub Area-level (for example, county-level) geographic detail option (3) for Detailed Loss Analysis output.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Data.GeographyDetail

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.Data Namespace