When to switch between TLE 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 ); |