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


IStretchFunctionArguments.UseGamma 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.UseGamma Property
ArcGIS Developer Help

IStretchFunctionArguments.UseGamma Property

Indicates if applies Gamma stretch.

[Visual Basic .NET]
Public Property UseGamma As Boolean
[C#]
public bool UseGamma {get; set;}
[C++]
HRESULT get_UseGamma(
  Boolean* pUseGamma
);
[C++]
HRESULT put_UseGamma(
  VARIANT_BOOL pUseGamma
);
[C++]
Parameters
pUseGamma [out, retval]

pUseGamma is a parameter of type bool* pUseGamma [in]
pUseGamma is a parameter of type bool

Product Availability

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

See Also

IStretchFunctionArguments Interface