Touchstone 11.0 API Reference
CustomElevation Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationFeature Class : CustomElevation Property
(Optional) Contains the elevation of the local ground surface (in the unit that you have specified in CustomElevationUnits), which overrides the underlying modeled digital terrain elevation.
Syntax
Public Property CustomElevation As Nullable(Of Double)
Dim instance As LocationFeature
Dim value As Nullable(Of Double)
 
instance.CustomElevation = value
 
value = instance.CustomElevation
public Nullable<double> CustomElevation {get; set;}
Remarks
Specify the positive or negative elevation value. Alternately, specify 0 for this property if this value is unknown or if you would like to use the AIR modeled digital terrain elevation.

Valid values: Null, -999, or -900 to 30000

Default: -999

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