Touchstone 11.0 API Reference
ResultViewItems Enumeration


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.Result Namespace : ResultViewItems Enumeration
Provides a series of codes that enable you to specify whether you want to view the AIR results, the modified results (if you have applied a loss modification factor), and/or the difference between these results for a set of loss analysis results.
Syntax
Public Enum ResultViewItems 
   Inherits System.Enum
Dim instance As ResultViewItems
public enum ResultViewItems : System.Enum 
Members
MemberDescription
Air Indicates that you want to display the AIR results for a set of loss analysis results (1).
Difference Indicates that you want to display the difference between the AIR results and the modified results for a set of loss analysis results (4).
Modified Indicates that you want to display the modified results for a set of loss analysis results (2).
Remarks
You can specify multiple codes by using the logical OR operator.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.LossAnalysis.Result.ResultViewItems

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.LossAnalysis.Result Namespace