STK ObjectsSend comments on this topic.
AutoUpdate Property (IAgVePropagatorGPS)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[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(
    IAgVeGPSAutoUpdate ** ppRetVal
);
[Java]
public IAgVeGPSAutoUpdate getAutoUpdate();
[Python - STK API ]
@property
def AutoUpdate(self) -> "IAgVeGPSAutoUpdate":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.