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