STK ObjectsSend comments on this topic.
RainOutagePercent Property (IAgReceiverModelSimple)
See Also
Windows





Windows & Linux

Description

Gets or sets the rain outage percent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RainOutagePercent() As Double
[C#]
public double RainOutagePercent {get; set;}
[Managed C++]
public: __property double get_RainOutagePercent();
public: __property void set_RainOutagePercent( double );
[Unmanaged C++]
public: HRESULT get_RainOutagePercent(
    double * pVal
);
public: HRESULT put_RainOutagePercent(
    double val
);
[Java]
public double getRainOutagePercent();
public void setRainOutagePercent(
    double
);
[Python - STK API ]
@property
def RainOutagePercent(self) -> float:

@RainOutagePercent.setter
def RainOutagePercent(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.