AGI STK Objects 11Send comments on this topic.
EnableDepolarizationLoss Property (IAgRainLossModelITURP618_10)
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 * pRetVal
);
public: HRESULT put_EnableDepolarizationLoss(
   VARIANT_BOOL NewEnableDepolarizationLoss
);
[Java]
public bool getEnableDepolarizationLoss();public void setEnableDepolarizationLoss(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.