Description
Gets or sets the enable polarization option
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property EnablePolarization() As Boolean
|
| [C#] |
|---|
public bool EnablePolarization {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_EnablePolarization(); public: __property void set_EnablePolarization( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_EnablePolarization( VARIANT_BOOL * pRetVal ); public: HRESULT put_EnablePolarization( VARIANT_BOOL NewEnablePolarization );
|
| [Java] |
|---|
public bool getEnablePolarization();public void setEnablePolarization( bool );
|
See Also