AGI STK Objects 11 Send comments on this topic.
EnableDepolarizationLoss Property (IAgRainLossModelITURP618_10)
See Also 





Description

Gets or sets the option to user de-polarization loss.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_EnableDepolarizationLoss();
public: __property void set_EnableDepolarizationLoss(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableDepolarizationLoss(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableDepolarizationLoss(
VARIANT_BOOL NewEnableDepolarizationLoss
);

[Java]
public bool getEnableDepolarizationLoss();public void setEnableDepolarizationLoss(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1