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++] |
---|
public: HRESULT get_SwitchMethod( AgEVeSGP4SwitchMethod * pRetVal ); public: HRESULT put_SwitchMethod( AgEVeSGP4SwitchMethod SwitchingMethod ); |
[Java] |
---|
public AgEVeSGP4SwitchMethod getSwitchMethod(); public void setSwitchMethod( AgEVeSGP4SwitchMethod ); |
[Python - STK API ] |
---|
@property def SwitchMethod(self) -> "AgEVeSGP4SwitchMethod": @SwitchMethod.setter def SwitchMethod(self, SwitchingMethod:"AgEVeSGP4SwitchMethod") -> None: |