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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.