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 * pVal
);
public: HRESULT put_VelocityAzimuth(
VARIANT newVal
);
|
[Java] |
---|
public AgVariant getVelocityAzimuth();
public void setVelocityAzimuth(
AgVariant
);
|
[Python - STK API] |
---|
@property
def VelocityAzimuth(self) -> typing.Any:
@VelocityAzimuth.setter
def VelocityAzimuth(self, newVal:typing.Any) -> None:
|
See Also