Public Property OffPlainPrecipitationDepth As Nullable(Of Double)
Dim instance As WindIntensityResult Dim value As Nullable(Of Double) instance.OffPlainPrecipitationDepth = value value = instance.OffPlainPrecipitationDepth
public Nullable<double> OffPlainPrecipitationDepth {get; set;}