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


esriRasterStretchTypesEnum Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

esriRasterStretchTypesEnum Constants

The types for performing cell value stretching on a raster.

Constant Value Description
esriRasterStretch_NONE 0 Stretch is not applied.
esriRasterStretch_DefaultFromSource 1 Stretch is default type.
esriRasterStretch_Custom 2 Stretch is a custom type.
esriRasterStretch_StandardDeviations 3 Stretch is a standard deviation type.
esriRasterStretch_HistogramEqualize 4 Stretch is a histogram equalization type.
esriRasterStretch_MinimumMaximum 5 Stretch is a minimum-maximum type.
esriRasterStretch_HistogramSpecification 6 Stretch is a Histogram Specification type.
esriRasterStretch_PercentMinimumMaximum 7 Stretch is a percent minimum-maximum type.
esriRasterStretch_ESRI 8 Stretch is type ESRI.
esriRasterStretch_Sigmoid 9 Stretch is type Sigmoid.
esriRasterStretch_Count 10 Stretch is a count type.

Product Availability

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

.NET Related Topics

How to create a raster stretch renderer