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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.