AGI STK Objects 11Send comments on this topic.
RainOutagePercent Property (IAgReceiverModelMedium)
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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.