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 > IGlobeDisplayRendering3 Interface > IGlobeDisplayRendering3.SunContrast Property (ArcObjects .NET 10.5 SDK) |
The illumination contrast.
[Visual Basic .NET] Public Property SunContrast As Integer
[C#] public int SunContrast {get; set;}
[C++]
HRESULT get_SunContrast(
long* pContrast
);
[C++]
HRESULT put_SunContrast(
long pContrast
);
[C++]
Parameters pContrast [out, retval] pContrast is a parameter of type long pContrast [in] pContrast is a parameter of type long