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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1