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






