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


IGlobeDisplayRendering.SetSunPosition Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering.SetSunPosition Method

Sets the sun position in lat, lon.

[Visual Basic .NET]
Public Sub SetSunPosition ( _
    ByVal latitude As Double, _
    ByVal longitude As Double _
)
[C#]
public void SetSunPosition (
    double latitude,
    double longitude
);
[C++]
HRESULT SetSunPosition(
  double latitude,
  double longitude
);
[C++]

Parameters latitude [in] latitude is a parameter of type double longitude [in] longitude is a parameter of type double

Product Availability

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

See Also

IGlobeDisplayRendering Interface