ArcObjects Library Reference (DataSourcesRaster)  

IStretchFunctionArguments2.ComputeGamma Property

Indicates if gamma values should be computed by default.

[Visual Basic .NET]
Public Property ComputeGamma As Boolean
[C#]
public bool ComputeGamma {get; set;}
[C++]
HRESULT get_ComputeGamma(
  VARIANT_BOOL* pComputeGamma
);
[C++]
HRESULT put_ComputeGamma(
  VARIANT_BOOL pComputeGamma
);
[C++]

Parameters

pComputeGamma [out, retval]   pComputeGamma is a parameter of type VARIANT_BOOL pComputeGamma [in]   pComputeGamma is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IStretchFunctionArguments2 Interface