This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IReflectanceFunctionArguments Interface > IReflectanceFunctionArguments.SunElevation Property (ArcObjects .NET 10.5 SDK) |
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(
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