Get the burnout velocity definition.
Read-only property
[Visual Basic .NET] |
---|
Public Property BurnoutVelocity() As IAgVABurnoutVelocity |
[C#] |
---|
public IAgVABurnoutVelocity BurnoutVelocity {get;} |
[Managed C++] |
---|
public: __property IAgVABurnoutVelocity ^ get_BurnoutVelocity(); |
[Unmanaged C++] |
---|
public: HRESULT get_BurnoutVelocity( IAgVABurnoutVelocity ** ppVABurnoutVelocity ); |
[Java] |
---|
public IAgVABurnoutVelocity getBurnoutVelocity(); |
[Python - STK API ] |
---|
@property def BurnoutVelocity(self) -> "IAgVABurnoutVelocity": |