ArcObjects Library Reference (DataSourcesRaster)  

IStretchFunctionArguments.Statistics Property

The custom raster stretch statistics.

[Visual Basic .NET]
Public Property Statistics As IArray
[C#]
public IArray Statistics {get; set;}
[C++]
HRESULT get_Statistics(
  IArray** ppStats
);
[C++]
HRESULT putref_Statistics(
  IArray* ppStats
);
[C++]

Parameters

ppStats [out, retval]

  ppStats is a parameter of type IArray

ppStats [in]

  ppStats is a parameter of type IArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStretchFunctionArguments Interface