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






Windows & Linux

Description

Whether Automatic Update is active.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Selection() As AgEVeSGP4TLESelection
[C#]
public AgEVeSGP4TLESelection Selection {get; set;}
[Managed C++]
public: __property AgEVeSGP4TLESelection get_Selection();
public: __property void set_Selection( AgEVeSGP4TLESelection );
[Unmanaged C++]
public: HRESULT get_Selection(
    AgEVeSGP4TLESelection * pRetVal
);
public: HRESULT put_Selection(
    AgEVeSGP4TLESelection Selection
);
[Java]
public AgEVeSGP4TLESelection getSelection();
public void setSelection(
    AgEVeSGP4TLESelection
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.