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


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

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 [in]

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

Product Availability

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

See Also

IRasterStretch3 Interface