Description
Gets an array of supported contour rain
outage percent values.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
Public Property SupportedContourRainOutagePercentValues() As System.Array
|
| [C#] |
public System.Array SupportedContourRainOutagePercentValues {get;}
|
| [Managed C++] |
public: __property System::Array^ get_SupportedContourRainOutagePercentValues();
|
| [Unmanaged C++] |
public: HRESULT get_SupportedContourRainOutagePercentValues(
SAFEARRAY ** ppRetVal
);
|
| [Java] |
public Object[] getSupportedContourRainOutagePercentValues();
|
See Also