When to switch between element sets.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property SwitchMethod() As AgEVeGPSSwitchMethod |
| [C#] |
|---|
public AgEVeGPSSwitchMethod SwitchMethod {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVeGPSSwitchMethod get_SwitchMethod(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVeGPSSwitchMethod getSwitchMethod(); public void setSwitchMethod( AgEVeGPSSwitchMethod ); |
[Python - STK API ] |
|---|
@property def SwitchMethod(self) -> "AgEVeGPSSwitchMethod": @SwitchMethod.setter def SwitchMethod(self, SwitchingMethod:"AgEVeGPSSwitchMethod") -> None: |






