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


esriRasterStretchType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Constants > E > esriRasterStretchType Constants
ArcGIS Developer Help

esriRasterStretchType Constants

The stretch types for stretch raster function.

Constant Value Description
esriRasterStretchNone 0 Stretch is not applied.
esriRasterStretchStandardDeviation 3 Stretch is a standard deviation type.
esriRasterStretchHistogramEqualization 4 Stretch is a histogram equalization type.
esriRasterStretchMinimumMaximum 5 Stretch is a minimum-maximum type.
esriRasterStretchPercentMinimumMaximum 6 Stretch is a percent minimum-maximum type.
esriRasterStretchGaussian 7 Stretch is a gaussian type.
esriRasterStretchHistogramSpecification 8 Stretch is a histogram specification type.
esriRasterStretchSigmoid 9 0.

Product Availability

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

.NET Samples

Create a Raster Function template Create a custom raster type from the ground up for DMCII data