Get the Automatic Update selection and method.
Read-only property
[Visual Basic .NET] |
---|
Public Property Properties() As IAgVeGPSAutoUpdateProperties |
[C#] |
---|
public IAgVeGPSAutoUpdateProperties Properties {get;} |
[Managed C++] |
---|
public: __property IAgVeGPSAutoUpdateProperties ^ get_Properties(); |
[Unmanaged C++] |
---|
public: HRESULT get_Properties( IAgVeGPSAutoUpdateProperties ** ppRetVal ); |
[Java] |
---|
public IAgVeGPSAutoUpdateProperties getProperties(); |
[Python - STK API ] |
---|
@property def Properties(self) -> "IAgVeGPSAutoUpdateProperties": |