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


IGlobeDisplayRendering.SetSunColor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering Interface > IGlobeDisplayRendering.SetSunColor Method
ArcGIS Developer Help

IGlobeDisplayRendering.SetSunColor Method

Sets the sun RGB color.

[Visual Basic .NET]
Public Sub SetSunColor ( _
    ByVal sunRed As Single, _
    ByVal sunGreen As Single, _
    ByVal sunBlue As Single _
)
[C#]
public void SetSunColor (
    float sunRed,
    float sunGreen,
    float sunBlue
);
[C++]
HRESULT SetSunColor(
  float sunRed,
  float sunGreen,
  float sunBlue
);
[C++]
Parameters
sunRed [in]

sunRed is a parameter of type single sunGreen [in]
sunGreen is a parameter of type single sunBlue [in]
sunBlue is a parameter of type single

Product Availability

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

See Also

IGlobeDisplayRendering Interface