This document is archived and information here might be outdated.  Recommended version.


IStretchFunctionArguments.Statistics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.Statistics Property
ArcGIS Developer Help

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