Touchstone 11.0 API Reference
ZoneSetSids Property (ZoneAnalysisOptions)


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Data Namespace > ZoneAnalysisOptions Class : ZoneSetSids Property
(Required) Contains a list of the Touchstone®-generated Sequential Identifiers (SIDs) that uniquely identify the Zone Sets that you want to include in a Zone Geospatial Analysis.
Syntax
Public Property ZoneSetSids As List(Of Integer)
Dim instance As ZoneAnalysisOptions
Dim value As List(Of Integer)
 
instance.ZoneSetSids = value
 
value = instance.ZoneSetSids
public List<int> ZoneSetSids {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

ZoneAnalysisOptions Class
ZoneAnalysisOptions Members