This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.Azimuth Property (ArcObjects .NET 10.5 SDK) |
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 [in] Azimuth is a parameter of type double