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


IStretchFunctionArguments.Gamma Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.Gamma Property
ArcGIS Developer Help

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