ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering.AmbientLight Property

The sun's ambient light value.

[Visual Basic .NET]
Public Property AmbientLight As Single
[C#]
public float AmbientLight {get; set;}
[C++]
HRESULT get_AmbientLight(
  float* pLightValue
);
[C++]
HRESULT put_AmbientLight(
  float pLightValue
);
[C++]

Parameters

pLightValue [out, retval]   pLightValue is a parameter of type float pLightValue [in]   pLightValue is a parameter of type float

Product Availability

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

See Also

IGlobeDisplayRendering Interface

.NET Samples

Effects in the GlobeControl (Code Files: Effects)