AGI STK Objects 11 Send comments on this topic.
EnableRainLoss Property (IAgPropagationChannel)
See Also 





Description

Gets or sets the option to use the rain loss model.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_EnableRainLoss();
public: __property void set_EnableRainLoss(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableRainLoss(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableRainLoss(
VARIANT_BOOL NewEnableRainLoss
);

[Java]
public bool getEnableRainLoss();public void setEnableRainLoss(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1