Touchstone 11.0 API Reference
BuildingHeight Property (LocationBase)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationBase Class : BuildingHeight Property
(Optional) Contains the height of the building that this Location represents, using the unit that you specify in the BuildingHeightUnitCode property.
Syntax
Public Property BuildingHeight As Nullable(Of Integer)
Dim instance As LocationBase
Dim value As Nullable(Of Integer)
 
instance.BuildingHeight = value
 
value = instance.BuildingHeight
public Nullable<int> BuildingHeight {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

LocationBase Class
LocationBase Members