AGI STK Objects 11Send comments on this topic.
AutoUpdateEnabled Property (IAgVePropagatorSGP4)
See Also 
Windows






Windows & Linux

Description

Whether automatic update is enabled.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutoUpdateEnabled() As Boolean
[C#]
public bool AutoUpdateEnabled {get; set;}
[Managed C++]
public: __property bool get_AutoUpdateEnabled();
public: __property void set_AutoUpdateEnabled(
   bool
);
[Unmanaged C++]
public: HRESULT get_AutoUpdateEnabled(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutoUpdateEnabled(
   VARIANT_BOOL NewAutoUpdateEnabled
);
[Java]
public bool getAutoUpdateEnabled();public void setAutoUpdateEnabled(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.