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