STK ObjectsSend comments on this topic.
AutoUpdateEnabled Property (IAgVePropagatorGPS)
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 AutoUpdateEnabled
);
[Java]
public bool getAutoUpdateEnabled();
public void setAutoUpdateEnabled(
    bool
);
[Python - STK API ]
@property
def AutoUpdateEnabled(self) -> bool:

@AutoUpdateEnabled.setter
def AutoUpdateEnabled(self, AutoUpdateEnabled:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.