Gets or sets the option for enabling the orthogonal polarization.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableOrthoPolarization() As Boolean |
[C#] |
---|
public bool EnableOrthoPolarization {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableOrthoPolarization(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableOrthoPolarization( VARIANT_BOOL * pVal ); public: HRESULT put_EnableOrthoPolarization( VARIANT_BOOL val ); |
[Java] |
---|
public bool getEnableOrthoPolarization(); public void setEnableOrthoPolarization( bool ); |