This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering3 Interface > IGlobeDisplayRendering3.SetSunPosition Method (ArcObjects .NET 10.4 SDK) |
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