STK ObjectsSend comments on this topic.
UseRain Property (IAgReceiverModelSimple)
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
);
[Python - STK API ]
@property
def UseRain(self) -> bool:

@UseRain.setter
def UseRain(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.