ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering3.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

IGlobeDisplayRendering3 Interface