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


IRasterStretchMinMax.StretchMax 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.StretchMax Property
ArcGIS Developer Help

IRasterStretchMinMax.StretchMax Property

The maximum value used for stretching cell values.

[Visual Basic .NET]
Public ReadOnly Property StretchMax As Double
[C#]
public double StretchMax {get;}
[C++]
HRESULT get_StretchMax(
  System.Double* param
);
[C++]
Parameters
param [out, retval]

param is a parameter of type double*

Product Availability

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

Remarks

The StretchMax and StretchMin properties return the existing minimum and maximum values from the raster band.

See Also

IRasterStretchMinMax Interface