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


IStretchFunctionArguments2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments2 Interface
ArcGIS Developer Help

IStretchFunctionArguments2 Interface

Provides access to members that control stretch function arguments.

Product Availability

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

Members

Name 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.

Classes that implement IStretchFunctionArguments2

Classes Description
StretchFunctionArguments A class for stretch raster function arguments.