Gets or sets 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.
Read-write property
[Visual Basic .NET] |
---|
Public Property InertialVelocityAzimuth() As System.Object |
[C#] |
---|
public System.Object InertialVelocityAzimuth {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_InertialVelocityAzimuth(); |
[Unmanaged C++] |
---|
public: HRESULT get_InertialVelocityAzimuth( VARIANT * pVal ); public: HRESULT put_InertialVelocityAzimuth( VARIANT newVal ); |
[Java] |
---|
public AgVariant getInertialVelocityAzimuth(); public void setInertialVelocityAzimuth( AgVariant ); |