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


IRasterDefaultsEnv4.DisplayWithContrastStretch Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv4.DisplayWithContrastStretch Property

Indicates if displaying raster datasets with contrast stretching as default.

[Visual Basic .NET]
Public Property DisplayWithContrastStretch As Boolean
[C#]
public bool DisplayWithContrastStretch {get; set;}
[C++]
HRESULT get_DisplayWithContrastStretch(
  VARIANT_BOOL* pStretch
);
[C++]
HRESULT put_DisplayWithContrastStretch(
  VARIANT_BOOL pStretch
);
[C++]

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

Product Availability

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

See Also

IRasterDefaultsEnv4 Interface