AGI STK Objects 11 Send 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 NewSelection
);

[Java]
public AgEVeSGP4TLESelection getSelection();public void setSelection(
AgEVeSGP4TLESelection
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface