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


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

IRasterStretch3.UseGamma Property

Indicates if Gamma stretch should be applied.

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

pUseGamma is a parameter of type bool pUseGamma [out, retval]
pUseGamma is a parameter of type bool*

Product Availability

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

See Also

IRasterStretch3 Interface