IStatisticsHistogramFunctionArguments Interface

Provides access to members that control statistics and histogram function arguments.

Members

Name Description
Read/write property Histograms The array of band histograms.
Read/write property Raster The raster object.
Read/write property 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.

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