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


IRasterDisplayProps.ContrastValue Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IRasterDisplayProps.ContrastValue Property

Contrast value for a raster.

[Visual Basic .NET]
Public Property ContrastValue As Integer
[C#]
public int ContrastValue {get; set;}
[C++]
HRESULT get_ContrastValue(
  Long iValue
);
[C++]
HRESULT put_ContrastValue(
  System.Int32* iValue
);
[C++]

Parameters iValue [in]
iValue is a parameter of type int iValue [out, retval]
iValue is a parameter of type int*

Product Availability

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

Remarks

The IRasterDisplayProps interface controls display properties common to all raster renderers.

See Also

IRasterDisplayProps Interface