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






Windows & Linux

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 * pVal
);
public: HRESULT put_EnableDepolarizationLoss(
    VARIANT_BOOL val
);
[Java]
public bool getEnableDepolarizationLoss();
public void setEnableDepolarizationLoss(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.