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