ArcObjects Library Reference (DataSourcesRaster)  

IStretchFunctionArguments2 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 ComputeGamma Indicates if gamma values should be computed by default.
Read/write property DRA Indicates if Dynamic Range Adjustment should be applied.
Read/write property EstimateStatsHistogram Indicates if statistics and histograms should be computed (estimated) if none existss.
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.

Inherited Interfaces

Interfaces Description
IStretchFunctionArguments Provides access to members that control stretch function arguments.

CoClasses that implement IStretchFunctionArguments2

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