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


IReflectanceFunctionArguments.SunElevation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  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