Touchstone 11.0 API Reference
Sids Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > GetCustomBoundariesDetailsRequest Class : Sids Property
(Required) Contains the SIDs of the custom boundaries that you want to retrieve. ///
Syntax
Public Property Sids As List(Of Integer)
Dim instance As GetCustomBoundariesDetailsRequest
Dim value As List(Of Integer)
 
instance.Sids = value
 
value = instance.Sids
public List<int> Sids {get; set;}
Remarks

You can configure the geospatial analyses with one or more custom boundary SIDs you retrieved using the GetCustomBoundariesDetails() 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

GetCustomBoundariesDetailsRequest Class
GetCustomBoundariesDetailsRequest Members