ArcObjects Library Reference (DataSourcesRaster)  

IStretchFunctionArguments Interface

Provides access to members that control stretch function arguments.

Product Availability

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

Members

Description
Read/write property Gamma The list of Gamma value(s).
Read/write property Histograms The custom raster stretch histogram.
Read/write property Max The current maximum output value.
Read/write property MaxPercent The current maximum percent value.
Read/write property Min The current minimum output value.
Read/write property MinPercent The current minimum percent value.
Read/write property NumberOfStandardDeviations The number of standard deviations for standard deviation stretch.
Read/write property Raster The source raster object.
Read/write property Statistics The custom raster stretch statistics.
Read/write property StretchType The stretch type.
Read/write property UseGamma Indicates if applies Gamma stretch.

CoClasses that implement IStretchFunctionArguments

CoClasses and Classes Description
StretchFunctionArguments A class for stretch raster function arguments.

.NET Samples

Create a Raster Function template (Code Files: CreateRasterFunctionTemplate) | Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType)

.NET Related Topics

How to create a Stretch function dataset