Get the location of the spacecraft in the orbit at epoch.
Read-only property
[Visual Basic .NET] |
---|
Public Property Location() As IAgClassicalLocation |
[C#] |
---|
public IAgClassicalLocation Location {get;} |
[Managed C++] |
---|
public: __property IAgClassicalLocation ^ get_Location(); |
[Unmanaged C++] |
---|
public: HRESULT get_Location( IAgClassicalLocation ** ppVal ); |
[Java] |
---|
public IAgClassicalLocation getLocation(); |
[Python - STK API ] |
---|
@property def Location(self) -> "IAgClassicalLocation": |