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


IHillshadeFunctionArguments.Azimuth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHillshadeFunctionArguments Interface > IHillshadeFunctionArguments.Azimuth Property
ArcGIS Developer Help

IHillshadeFunctionArguments.Azimuth Property

The solar azimuth angle in degrees with 0 toward North.

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

pAzimuth is a parameter of type double* pAzimuth [in]
pAzimuth is a parameter of type double

Product Availability

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

See Also

IHillshadeFunctionArguments Interface