Touchstone Re 2023 API Reference
GasProductionRate Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > OffshoreLocationFeature Class : GasProductionRate Property
(Optional) Contains the rate at which this offshore platform produces gas per day, measured in Mcf (1,000 cubic feet).
Syntax
Public Property GasProductionRate As Nullable(Of Double)
Dim instance As OffshoreLocationFeature
Dim value As Nullable(Of Double)
 
instance.GasProductionRate = value
 
value = instance.GasProductionRate
public Nullable<double> GasProductionRate {get; set;}
Remarks
Specify the appropriate value in Mcf. If unknown, specify 1 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