ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.Azimuth Property

The azimuth of a projected coordinate system.

[Visual Basic .NET]
Public Property Azimuth As Double
[C#]
public double Azimuth {get; set;}
[C++]
HRESULT get_Azimuth(
  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.

See Also

IProjectedCoordinateSystem4GEN Interface