STK ObjectsSend comments on this topic.
SupportedContourRainOutagePercentValues Property (IAgRFEnvironment)
See Also
Windows





Windows & Linux

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 AgSafeArray getSupportedContourRainOutagePercentValues();
[Python - STK API ]
@property
def SupportedContourRainOutagePercentValues(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.