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


IFormosat2Xform.SunAzimuth 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.SunAzimuth Property
ArcGIS Developer Help

IFormosat2Xform.SunAzimuth Property

Sun azimuth.

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

SunAzimuth is a parameter of type double*

Product Availability

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

See Also

IFormosat2Xform Interface