AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.