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


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

IFormosat2Xform.SunElevation Property

Sun elevation.

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

SunElevation is a parameter of type double*

Product Availability

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

See Also

IFormosat2Xform Interface