This document is archived and information here might be outdated. Recommended version. |
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*