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


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

IGlobeDisplayRendering.SunContrast Property

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

pContrast is a parameter of type long pContrast [out, retval]
pContrast is a parameter of type long*

Product Availability

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

See Also

IGlobeDisplayRendering Interface