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


IHillshadeFunctionArguments.Altitude 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.Altitude Property
ArcGIS Developer Help

IHillshadeFunctionArguments.Altitude Property

The solar altitude angle in degrees.

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

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

Product Availability

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

See Also

IHillshadeFunctionArguments Interface