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


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

IProjectedCoordinateSystem.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(
  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.

See Also

IProjectedCoordinateSystem Interface