Get the geocentric or geodetic launch position coordinates.
Read-only property
[Visual Basic .NET] |
---|
Public Property Launch() As IAgLLAPosition |
[C#] |
---|
public IAgLLAPosition Launch {get;} |
[Managed C++] |
---|
public: __property IAgLLAPosition ^ get_Launch(); |
[Unmanaged C++] |
---|
public: HRESULT get_Launch( IAgLLAPosition ** ppVal ); |
[Java] |
---|
public IAgLLAPosition getLaunch(); |
[Python - STK API ] |
---|
@property def Launch(self) -> "IAgLLAPosition": |