Touchstone 11.0 API Reference
AveragePropertyOptions Enumeration


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Data Namespace : AveragePropertyOptions Enumeration
Provides a set of options that enable you to specify whether Touchstone applies average properties during an analysis.

When the average properties feature is enabled, Touchstone uses the average physical properties (for example, the average soil type and land use) around each location rather than the exact physical properties at the location during an analysis. Touchstone determines average properties at different geographic resolutions for each model and country. For example, for one model and country combination, Touchstone may determine average physical properties for each postal code or 1 km grid.

You can specify an average properties option during a Hazard Analysis.

Syntax
Public Enum AveragePropertyOptions 
   Inherits System.Enum
Dim instance As AveragePropertyOptions
public enum AveragePropertyOptions : System.Enum 
Members
MemberDescription
Automatic Specifies that Touchstone® determines whether to apply average properties based on the geocode match level of a location. If the match level is ZIP centroid or coarser, Touchstone applies average properties. If the match level is user supplied or finer than ZIP centroid, Touchstone applies the properties at the location or grid point..
Off Specifies that Touchstone® does not apply average properties.
On Specifies that Touchstone® applies average properties for all locations.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.HazardAnalysis.Data.AveragePropertyOptions

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