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 * pVal
);
public: HRESULT put_EnablePolarization(
VARIANT_BOOL val
);
|
| [Java] |
|---|
public bool getEnablePolarization();
public void setEnablePolarization(
bool
);
|
| [Python - STK API] |
|---|
@property
def EnablePolarization(self) -> bool:
@EnablePolarization.setter
def EnablePolarization(self, val:bool) -> None:
|
See Also