AGI STK Astrogator 11 Send comments on this topic.
InertialVelocity Property (IAgVABurnoutVelocity)
See Also 





Description

The velocity magnitude. Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InertialVelocity() As Double

[C#]
public double InertialVelocity {get; set;}

[Managed C++]
public: __property double get_InertialVelocity();
public: __property void set_InertialVelocity(
double
);

[Unmanaged C++]
public: HRESULT get_InertialVelocity(
double * pRetVal
);
public: HRESULT put_InertialVelocity(
double NewInertialVelocity
);

[Java]
public double getInertialVelocity();public void setInertialVelocity(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1