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


IRasterStretchMinMax.UseCustomStretchMinMax Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

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