Touchstone Re 2023 API Reference
DeckHeight Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > OffshoreLocationFeature Class : DeckHeight Property
(Optional) Contains the height (in meters) of the deck above the water for this offshore platform.
Syntax
Public Property DeckHeight As Nullable(Of Double)
Dim instance As OffshoreLocationFeature
Dim value As Nullable(Of Double)
 
instance.DeckHeight = value
 
value = instance.DeckHeight
public Nullable<double> DeckHeight {get; set;}
Remarks
Specify the appropriate value in meters. If unknown, specify 0 for this property.

Valid values: Null or a non-negative number

Default: 0.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

OffshoreLocationFeature Class
OffshoreLocationFeature Members