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


IRasterDisplayProps.BrightnessValue 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.BrightnessValue Property
ArcGIS Developer Help

IRasterDisplayProps.BrightnessValue Property

Brightness value for a raster.

[Visual Basic .NET]
Public Property BrightnessValue As Integer
[C#]
public int BrightnessValue {get; set;}
[C++]
HRESULT get_BrightnessValue(
  Long pValue
);
[C++]
HRESULT put_BrightnessValue(
  System.Int32* pValue
);
[C++]
Parameters
pValue [in]

pValue is a parameter of type int pValue [out, retval]
pValue is a parameter of type int*

Product Availability

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

Remarks

The BrightnessValue property ranges from -100 to 100, representing a percentage of increase or decrease in the property.

See Also

IRasterDisplayProps Interface