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


IGlobeDisplayRendering.AmbientLight Property (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.AmbientLight Property
ArcGIS Developer Help

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(
  System.Single* pLightValue
);
[C++]
Parameters
pLightValue [in]

pLightValue is a parameter of type single pLightValue [out, retval]
pLightValue is a parameter of type single*

Product Availability

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

See Also

IGlobeDisplayRendering Interface

.NET Samples

Effects in the GlobeControl