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


IRasterStretchMinMax.UseCustomStretchMinMax Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretchMinMax Interface > IRasterStretchMinMax.UseCustomStretchMinMax Property
ArcGIS Developer Help

IRasterStretchMinMax.UseCustomStretchMinMax Property

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*

Product Availability

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

Remarks

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.

See Also

IRasterStretchMinMax Interface