Method used to switch between element sets.
Read-write property
[Visual Basic .NET] |
---|
Public Property SwitchingMethod() As AgEVeSGP4SwitchMethod |
[C#] |
---|
public AgEVeSGP4SwitchMethod SwitchingMethod {get; set;} |
[Managed C++] |
---|
public: __property AgEVeSGP4SwitchMethod get_SwitchingMethod(); |
[Unmanaged C++] |
---|
public: HRESULT get_SwitchingMethod( AgEVeSGP4SwitchMethod * pVal ); public: HRESULT put_SwitchingMethod( AgEVeSGP4SwitchMethod Method ); |
[Java] |
---|
public AgEVeSGP4SwitchMethod getSwitchingMethod(); public void setSwitchingMethod( AgEVeSGP4SwitchMethod ); |
[Python - STK API ] |
---|
@property def SwitchingMethod(self) -> "AgEVeSGP4SwitchMethod": @SwitchingMethod.setter def SwitchingMethod(self, Method:"AgEVeSGP4SwitchMethod") -> None: |