This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering2 Interface > IGlobeDisplayRendering2.AmbientLight Property (ArcObjects .NET 10.5 SDK) |
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