ArcObjects Library Reference (Carto)  

IRasterStretch3.GammaValue Property

The list of Gamma value(s).

[Visual Basic .NET]
Public Property GammaValue As Object
[C#]
public object GammaValue {get; set;}
[C++]
HRESULT get_GammaValue(
  VARIANT* pGamma
);
[C++]
HRESULT put_GammaValue(
  VARIANT pGamma
);
[C++]

Parameters

pGamma [out, retval]   pGamma is a parameter of type VARIANT pGamma [in]   pGamma is a parameter of type VARIANT

Product Availability

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

See Also

IRasterStretch3 Interface