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


IIlluminationProps.Contrast Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > II > IIlluminationProps Interface > IIlluminationProps.Contrast Property
ArcGIS Developer Help

IIlluminationProps.Contrast Property

Ratio of bright to shadow illumination.

[Visual Basic .NET]
Public Property Contrast As Double
[C#]
public double Contrast {get; set;}
[C++]
HRESULT get_Contrast(
  System.Double* Contrast
);
[C++]
HRESULT put_Contrast(
  double Contrast
);
[C++]
Parameters
Contrast [out, retval]

Contrast is a parameter of type double* Contrast [in]
Contrast is a parameter of type double

Product Availability

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

See Also

IIlluminationProps Interface