AGI STK Astrogator 11 Send comments on this topic.
VelocityAzimuth Property (IAgVAElementMixedSpherical)
See Also 





Description

The angle in the satellite local horizontal plane between the projection of the inertial velocity vector onto this plane and the local north direction measured as positive in the clockwise direction. Uses Angle Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property VARIANT get_VelocityAzimuth();
public: __property void set_VelocityAzimuth(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_VelocityAzimuth(
VARIANT * pRetVal
);
public: HRESULT put_VelocityAzimuth(
VARIANT NewVelocityAzimuth
);

[Java]
public Variant getVelocityAzimuth();public void setVelocityAzimuth(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1