Touchstone 11.0 API Reference
AnnualTypeCode Property (SummaryEPDistribution)


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.Data Namespace > SummaryEPDistribution Class : AnnualTypeCode Property
Contains one of the following codes to represent the Annual Loss type to display in this Summary Exceedance Probability (EP) Distribution:
Code Description
AGG Aggregate loss: The sum of all event losses in a single model year
OCC Occurrence loss: The maximum event loss in a single model year
Syntax
Public Property AnnualTypeCode As String
Dim instance As SummaryEPDistribution
Dim value As String
 
instance.AnnualTypeCode = value
 
value = instance.AnnualTypeCode
public string AnnualTypeCode {get; set;}
Remarks
You can specify multiple codes using the logical OR operator.
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

SummaryEPDistribution Class
SummaryEPDistribution Members