STK ObjectsSend comments on this topic.
BurnoutVel Property (IAgVeLvInitialState)
See Also
Windows





Windows & Linux

Description

Burnout velocity, i.e. the velocity of the vehicle at the stop time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BurnoutVel() As Double
[C#]
public double BurnoutVel {get; set;}
[Managed C++]
public: __property double get_BurnoutVel();
public: __property void set_BurnoutVel( double );
[Unmanaged C++]
public: HRESULT get_BurnoutVel(
    double * pVal
);
public: HRESULT put_BurnoutVel(
    double BurnoutVel
);
[Java]
public double getBurnoutVel();
public void setBurnoutVel(
    double
);
[Python - STK API ]
@property
def BurnoutVel(self) -> float:

@BurnoutVel.setter
def BurnoutVel(self, BurnoutVel:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.