Touchstone 11.0 API Reference
ZoneSetSids Property (LossAnalysisOutputOptions)


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.Data Namespace > LossAnalysisOutputOptions Class : ZoneSetSids Property
(Optional) Contains a list of the software-generated Sequential Identifiers (SIDs) that uniquely identify the Zone Sets to save average annual exceedance probability data by.

If you save results by zone, you must specify a list of zone sets.

Syntax
Public Property ZoneSetSids As List(Of Integer)
Dim instance As LossAnalysisOutputOptions
Dim value As List(Of Integer)
 
instance.ZoneSetSids = value
 
value = instance.ZoneSetSids
public List<int> ZoneSetSids {get; set;}
Remarks
You can retrieve a list of the existing zone sets in a business unit using the GetZoneSets() method.
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

LossAnalysisOutputOptions Class
LossAnalysisOutputOptions Members