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