Touchstone 11.0 API Reference
CustomLocations Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Data Namespace > RingPlacement Class : CustomLocations Property
(AIRLandmarkTypes, CustomLocations, or TopNumber is required for all Ring Geospatial Analysis types except the Dynamic Ring type. The required field depends on the Type that you specify.) Contains a list of CustomLocation objects that specify the user-specified target(s) (that is, the set of Locations) to include in a Ring Geospatial Analysis.
Syntax
Public Property CustomLocations As List(Of CustomLocation)
Dim instance As RingPlacement
Dim value As List(Of CustomLocation)
 
instance.CustomLocations = value
 
value = instance.CustomLocations
public List<CustomLocation> CustomLocations {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

RingPlacement Class
RingPlacement Members