AGI STK Objects 11Send comments on this topic.
UseRain Property (IAgReceiverModelMedium)
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 * pVal
);
public: HRESULT put_UseRain(
    VARIANT_BOOL val
);
[Java]
public bool getUseRain();
public void setUseRain(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.