STK ObjectsSend comments on this topic.
SelectedSource Property (IAgVeSGP4AutoUpdate)
See Also
Windows





Windows & Linux

Description

Gets or sets the source type for element updates.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SelectedSource() As AgEVeSGP4AutoUpdateSource
[C#]
public AgEVeSGP4AutoUpdateSource SelectedSource {get; set;}
[Managed C++]
public: __property AgEVeSGP4AutoUpdateSource get_SelectedSource();
public: __property void set_SelectedSource( AgEVeSGP4AutoUpdateSource );
[Unmanaged C++]
public: HRESULT get_SelectedSource(
    AgEVeSGP4AutoUpdateSource * pRetVal
);
public: HRESULT put_SelectedSource(
    AgEVeSGP4AutoUpdateSource SelectedSource
);
[Java]
public AgEVeSGP4AutoUpdateSource getSelectedSource();
public void setSelectedSource(
    AgEVeSGP4AutoUpdateSource
);
[Python - STK API ]
@property
def SelectedSource(self) -> "AgEVeSGP4AutoUpdateSource":

@SelectedSource.setter
def SelectedSource(self, SelectedSource:"AgEVeSGP4AutoUpdateSource") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.