Touchstone 11.0 API Reference
LossAnalysisSids Property


Air.Services.Proxy Assembly > AIR.Services.LossGroupingAnalysis.Data Namespace > LossGroupAnalysisOptions Class : LossAnalysisSids Property
(Required) Contains a list of the Touchstone®-generated sequential identifiers (SIDs) that uniquely identify the analysis results to group.

You can group two or more existing sets of Detailed Loss Analysis or Loss Group Analysis results.

The analysis results to combine must:

Touchstone determines whether to include storm surge and demand surge based on the configuration of the analysis results to combine.

Syntax
Public Property LossAnalysisSids As List(Of Integer)
Dim instance As LossGroupAnalysisOptions
Dim value As List(Of Integer)
 
instance.LossAnalysisSids = value
 
value = instance.LossAnalysisSids
public List<int> LossAnalysisSids {get; set;}
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

LossGroupAnalysisOptions Class
LossGroupAnalysisOptions Members