AGI STK Objects 11 Send comments on this topic.
UseRain Property (IAgReceiverModelSimple)
See Also 





Description

Gets or sets the option for computing rain loss.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseRain() As Boolean

[C#]
public bool UseRain {get; set;}

[Managed C++]
public: __property bool get_UseRain();
public: __property void set_UseRain(
bool
);

[Unmanaged C++]
public: HRESULT get_UseRain(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseRain(
VARIANT_BOOL NewUseRain
);

[Java]
public bool getUseRain();public void setUseRain(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1