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


IRasterDefaultsEnv4.DisplayWithContrastStretch Property (ArcObjects .NET 10.6 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(
  Boolean* pStretch
);
[C++]

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

Product Availability

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

See Also

IRasterDefaultsEnv4 Interface