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


IStretchFunctionArguments.Gamma Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStretchFunctionArguments.Gamma Property

The list of Gamma value(s).

[Visual Basic .NET]
Public Property Gamma As IDoubleArray
[C#]
public IDoubleArray Gamma {get; set;}
[C++]
HRESULT get_Gamma(
  IDoubleArray** ppGamma
);
[C++]
HRESULT putref_Gamma(
  IDoubleArray* ppGamma
);
[C++]

Parameters ppGamma [out, retval]
ppGamma is a parameter of type IDoubleArray ppGamma [in]
ppGamma is a parameter of type IDoubleArray

Product Availability

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

See Also

IStretchFunctionArguments Interface