Allows configuring the auto-update parameters
and settings. AutoUpdateEnabled must be set to true in order to be
able to change the auto-update properties.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property AutoUpdate() As IAgVeGPSAutoUpdate
|
| [C#] |
|---|
public IAgVeGPSAutoUpdate AutoUpdate {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeGPSAutoUpdate^ get_AutoUpdate();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AutoUpdate(
|
| [Java] |
|---|
public IAgVeGPSAutoUpdate getAutoUpdate();
|