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






Windows & Linux

Description

The angle in the satellite local horizontal plane between the projection of the 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface