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






Windows & Linux

Description

The inertial velocity azimuth. Inertial velocity azimuth is the angle from the projection of north in the local horizontal plane to the inertial velocity vector, right handed. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InertialVelocityAzimuth() As System.Object

[C#]
public System.Object InertialVelocityAzimuth {get; set;}

[Managed C++]
public: __property VARIANT get_InertialVelocityAzimuth();
public: __property void set_InertialVelocityAzimuth(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_InertialVelocityAzimuth(
VARIANT * pRetVal
);
public: HRESULT put_InertialVelocityAzimuth(
VARIANT NewInertialVelocityAzimuth
);

[Java]
public Variant getInertialVelocityAzimuth();public void setInertialVelocityAzimuth(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface