This document is archived and information here might be outdated.  Recommended version.


IVector3D.Azimuth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVector3D Interface > IVector3D.Azimuth Property
ArcGIS Developer Help

IVector3D.Azimuth Property

The vector's azimuth angle in radians.

[Visual Basic .NET]
Public Property Azimuth As Double
[C#]
public double Azimuth {get; set;}
[C++]
HRESULT get_Azimuth(
  System.Double* Azimuth
);
[C++]
HRESULT put_Azimuth(
  double Azimuth
);
[C++]
Parameters
Azimuth [out, retval]

Azimuth is a parameter of type double* Azimuth
Azimuth is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns and sets the Azimuth of the 3 Dimensional vector.  The Azimuth is the angle between the YZ-Plane and the vector measured in the X-direction.  The Azimuth is measured in radians in a clockwise direction and has a value between 0 and 2*Pi.

Remarks

 

Vector3D Azimuth Example

See Also

IVector3D Interface