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(
  Long iValue
);
[C++]

Parameters

iValue [out, retval]   iValue is a parameter of type Long iValue [in]   iValue is a parameter of type Long

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