Touchstone Re 2023 API Reference
AdjacentBuildingHeight Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationFeature Class : AdjacentBuildingHeight Property
(Optional) Contains the average height of buildings adjacent to the building.
Syntax
Public Property AdjacentBuildingHeight As Nullable(Of Integer)
Dim instance As LocationFeature
Dim value As Nullable(Of Integer)
 
instance.AdjacentBuildingHeight = value
 
value = instance.AdjacentBuildingHeight
public Nullable<int> AdjacentBuildingHeight {get; set;}
Remarks
Valid values: Null or a non-negative integer

Default: 0

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

LocationFeature Class
LocationFeature Members