IStretchFunctionArguments Interface

Provides access to members that control stretch function arguments.

Members

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

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.