Touchstone 11.0 API Reference
DistanceToNearestLandmark Property


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Data Namespace > TerrorismProfile Class : DistanceToNearestLandmark Property
Contains the distance between the Location analyzed and the nearest landmark of the type that you have specified in LandmarkType and LandmarkTypeCode.
Syntax
Public Property DistanceToNearestLandmark As Nullable(Of Double)
Dim instance As TerrorismProfile
Dim value As Nullable(Of Double)
 
instance.DistanceToNearestLandmark = value
 
value = instance.DistanceToNearestLandmark
public Nullable<double> DistanceToNearestLandmark {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

TerrorismProfile Class
TerrorismProfile Members