STK ObjectsSend 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
);
[Python - STK API ]
@property
def Selection(self) -> "AgEVeSGP4TLESelection":

@Selection.setter
def Selection(self, Selection:"AgEVeSGP4TLESelection") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.