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