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