Provides access to members that control statistics and histogram function arguments.
Members
Name | Description | |
---|---|---|
Histograms | The array of band histograms. | |
Raster | The raster object. | |
Statistics | The array of band statistics. |
IStatisticsHistogramFunctionArguments.Histograms Property
The array of band histograms.
Public Property Histograms As IRasterHistogramArray
public IRasterHistogramArray Histograms {get; set;}
IStatisticsHistogramFunctionArguments.Raster Property
The raster object.
Public Property Raster As Object
public object Raster {get; set;}
IStatisticsHistogramFunctionArguments.Statistics Property
The array of band statistics.
Public Property Statistics As IRasterStatisticsArray
public IRasterStatisticsArray Statistics {get; set;}
Classes that implement IStatisticsHistogramFunctionArguments
Classes | Description |
---|---|
StatisticsHistogramFunctionArguments | A class for statistics and histogram raster function arguments. |