Selection of the satellite whose location is being reported with respect to the reference ellipse.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property LocationSource() As AgEVACalcObjectLocationSource |
| [C#] |
|---|
public AgEVACalcObjectLocationSource LocationSource {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVACalcObjectLocationSource get_LocationSource(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVACalcObjectLocationSource getLocationSource(); public void setLocationSource( AgEVACalcObjectLocationSource ); |
[Python - STK API ] |
|---|
@property def LocationSource(self) -> "AgEVACalcObjectLocationSource": @LocationSource.setter def LocationSource(self, InVal:"AgEVACalcObjectLocationSource") -> None: |






