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


IContrastBrightnessFunctionArguments.BrightnessOffset Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IContrastBrightnessFunctionArguments.BrightnessOffset Property

The brightness offset.

[Visual Basic .NET]
Public Property BrightnessOffset As Double
[C#]
public double BrightnessOffset {get; set;}
[C++]
HRESULT get_BrightnessOffset(
  System.Double* pBrightnessOffset
);
[C++]
HRESULT put_BrightnessOffset(
  double pBrightnessOffset
);
[C++]

Parameters pBrightnessOffset [out, retval]
pBrightnessOffset is a parameter of type double* pBrightnessOffset [in]
pBrightnessOffset is a parameter of type double

Product Availability

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

See Also

IContrastBrightnessFunctionArguments Interface