Provides access to members that control stretch function arguments.
Members
Name | Description | |
---|---|---|
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. |
IStretchFunctionArguments.Gamma Property
The list of Gamma value(s).
Public Property Gamma As IDoubleArray
public IDoubleArray Gamma {get; set;}
IStretchFunctionArguments.Histograms Property
The custom raster stretch histogram.
Public Property Histograms As IArray
public IArray Histograms {get; set;}
IStretchFunctionArguments.Max Property
The current maximum output value.
Public Property Max As Double
public double Max {get; set;}
IStretchFunctionArguments.MaxPercent Property
The current maximum percent value.
Public Property MaxPercent As Double
public double MaxPercent {get; set;}
IStretchFunctionArguments.Min Property
The current minimum output value.
Public Property Min As Double
public double Min {get; set;}
IStretchFunctionArguments.MinPercent Property
The current minimum percent value.
Public Property MinPercent As Double
public double MinPercent {get; set;}
IStretchFunctionArguments.NumberOfStandardDeviations Property
The number of standard deviations for standard deviation stretch.
Public Property NumberOfStandardDeviations As Double
public double NumberOfStandardDeviations {get; set;}
IStretchFunctionArguments.Raster Property
The source raster object.
Public Property Raster As Object
public object Raster {get; set;}
IStretchFunctionArguments.Statistics Property
The custom raster stretch statistics.
Public Property Statistics As IArray
public IArray Statistics {get; set;}
IStretchFunctionArguments.StretchType Property
The stretch type.
Public Property StretchType As esriRasterStretchType
public esriRasterStretchType StretchType {get; set;}
IStretchFunctionArguments.UseGamma Property
Indicates if applies Gamma stretch.
Public Property UseGamma As Boolean
public bool UseGamma {get; set;}
Classes that implement IStretchFunctionArguments
Classes | Description |
---|---|
StretchFunctionArguments | A class for stretch raster function arguments. |