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