This document is archived and information here might be outdated. Recommended version. |
Indicates whether to use the custom minimum/maximum values for stretch renderer type "Minimum-Maximum".
[Visual Basic .NET]
Public Property UseCustomStretchMinMax As Boolean
[C#]
public bool UseCustomStretchMinMax {get; set;}
[C++]
HRESULT get_UseCustomStretchMinMax(
VARIANT_BOOL pUse
);
[C++]
HRESULT put_UseCustomStretchMinMax(
Boolean* pUse
);
[C++] Parameters pUse [in]
pUse is a parameter of type bool pUse [out, retval]
pUse is a parameter of type bool*
The UseCustomStretchMinMax property must be true in order to use the minimum and maximum values you have specified; setting this property to be false the minimum and maximum values in the raster band or raster dataset will be used in rendering.