This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretch3 Interface > IRasterStretch3.UseGamma Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL pUseGamma
);
[C++]
Parameters pUseGamma [out, retval] pUseGamma is a parameter of type VARIANT_BOOL pUseGamma [in] pUseGamma is a parameter of type VARIANT_BOOL