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


IReflectanceFunctionArguments.SunElevation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IReflectanceFunctionArguments Interface > IReflectanceFunctionArguments.SunElevation Property
ArcGIS Developer Help

IReflectanceFunctionArguments.SunElevation Property

The Sun Elevation of the sensor when the image was captured.

[Visual Basic .NET]
Public Property SunElevation As Double
[C#]
public double SunElevation {get; set;}
[C++]
HRESULT get_SunElevation(
  System.Double* pSunElevation
);
[C++]
HRESULT put_SunElevation(
  double pSunElevation
);
[C++]
Parameters
pSunElevation [out, retval]

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

Product Availability

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

See Also

IReflectanceFunctionArguments Interface