Gets or sets the contour rain outage percent.
Read-write property
[Visual Basic .NET] |
---|
Public Property ContourRainOutagePercent() As Double |
[C#] |
---|
public double ContourRainOutagePercent {get; set;} |
[Managed C++] |
---|
public: __property double get_ContourRainOutagePercent(); |
[Unmanaged C++] |
---|
public: HRESULT get_ContourRainOutagePercent( double * pVal ); public: HRESULT put_ContourRainOutagePercent( double val ); |
[Java] |
---|
public double getContourRainOutagePercent(); public void setContourRainOutagePercent( double ); |