Touchstone 11.0 API Reference
AIRLandmarkTypes Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Data Namespace > RingPlacement Class : AIRLandmarkTypes 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 AIRLandmarkType objects that specify the type(s) of locations in the AIR Landmarks database to include in a Ring Geospatial Analysis.
Syntax
Public Property AIRLandmarkTypes As List(Of AIRLandmarkType)
Dim instance As RingPlacement
Dim value As List(Of AIRLandmarkType)
 
instance.AIRLandmarkTypes = value
 
value = instance.AIRLandmarkTypes
public List<AIRLandmarkType> AIRLandmarkTypes {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