This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.Statistics Property (ArcObjects .NET 10.4 SDK) |
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