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