This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control stretch function arguments.
Description | ||
---|---|---|
ComputeGamma | Indicates if gamma values should be computed by default. | |
DRA | Indicates if Dynamic Range Adjustment should be applied. | |
EstimateStatsHistogram | Indicates if statistics and histograms should be computed (estimated) if none existss. | |
Gamma | The list of Gamma value(s). | |
Histograms | The custom raster stretch histogram. | |
Max | The current maximum output value. | |
MaxPercent | The current maximum percent value. | |
Min | The current minimum output value. | |
MinPercent | The current minimum percent value. | |
NumberOfStandardDeviations | The number of standard deviations for standard deviation stretch. | |
Raster | The source raster object. | |
Statistics | The custom raster stretch statistics. | |
StretchType | The stretch type. | |
UseGamma | Indicates if applies Gamma stretch. |
Interfaces | Description |
---|---|
IStretchFunctionArguments | Provides access to members that control stretch function arguments. |
CoClasses and Classes | Description |
---|---|
StretchFunctionArguments | A class for stretch raster function arguments. |