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


IRasterDisplayProps.ContrastValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDisplayProps Interface > IRasterDisplayProps.ContrastValue Property
ArcGIS Developer Help

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